diff options
author | nyamatongwe <unknown> | 2012-05-09 10:20:36 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-05-09 10:20:36 +1000 |
commit | 2a96fb57e3c94999c11c3b0634e05a63b4267948 (patch) | |
tree | bf72d4ad5d7ea0647e5c3f05de650ab51ca00ca2 /src | |
parent | c69335b78e70e68112637044ddaa3e3213a20576 (diff) | |
download | scintilla-mirror-2a96fb57e3c94999c11c3b0634e05a63b4267948.tar.gz |
OScript lexer by Ferdinand Prantl added. Feature #3523018.
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 7a3357dab..3fbafba75 100644 --- a/src/Catalogue.cxx +++ b/src/Catalogue.cxx @@ -146,6 +146,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmNull); LINK_LEXER(lmOctave); LINK_LEXER(lmOpal); + LINK_LEXER(lmOScript); LINK_LEXER(lmPascal); LINK_LEXER(lmPB); LINK_LEXER(lmPerl); |