aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-05-09 10:20:36 +1000
committernyamatongwe <devnull@localhost>2012-05-09 10:20:36 +1000
commit19c3dba060cc164e3848d8634675a7be00149353 (patch)
tree02eefbca415e32aea4125e4b7ca49298a88c9f3e /src
parent5fc09a64044ae35edd1183334ac95a234e3b5a04 (diff)
downloadscintilla-mirror-19c3dba060cc164e3848d8634675a7be00149353.tar.gz
OScript lexer by Ferdinand Prantl added. Feature #3523018.
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx1
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);