diff options
author | nyamatongwe <devnull@localhost> | 2012-05-10 09:33:22 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-10 09:33:22 +1000 |
commit | 0f22348c0b50640f024bd252dce1af78ade35544 (patch) | |
tree | 67ca27b786aba55d3e75af35b7abdb7818bda243 /src | |
parent | 19c3dba060cc164e3848d8634675a7be00149353 (diff) | |
download | scintilla-mirror-0f22348c0b50640f024bd252dce1af78ade35544.tar.gz |
Lexer added for Visual Prolog. Feature #3523018.
From Thomas Linder Puls.
Diffstat (limited to 'src')
-rw-r--r-- | src/Catalogue.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx index 3fbafba75..2f752472b 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -182,6 +182,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmVBScript); LINK_LEXER(lmVerilog); LINK_LEXER(lmVHDL); + LINK_LEXER(lmVisualProlog); LINK_LEXER(lmXML); LINK_LEXER(lmYAML); |