diff options
author | nyamatongwe <devnull@localhost> | 2003-07-30 13:28:22 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-07-30 13:28:22 +0000 |
commit | fc69b6e4370f4966ccf44f044b3a8791aa81e00c (patch) | |
tree | 80b39bd922310f3965f395b92c69f164faa46a5f /src/KeyWords.cxx | |
parent | e6c4788a0561b889e65545c8039e24c8cdb862ab (diff) | |
download | scintilla-mirror-fc69b6e4370f4966ccf44f044b3a8791aa81e00c.tar.gz |
Scriptol lexer from Denis Sureau.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index a15bae350..be3b26bcc 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -167,6 +167,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPS); LINK_LEXER(lmPython); LINK_LEXER(lmRuby); + LINK_LEXER(lmScriptol); LINK_LEXER(lmSQL); LINK_LEXER(lmVB); LINK_LEXER(lmVBScript); |