diff options
author | nyamatongwe <unknown> | 2009-01-23 23:08:37 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-01-23 23:08:37 +0000 |
commit | c6f188cde293cad20541474a3ee7c012b499a933 (patch) | |
tree | 0830c04fa07bd3e8d41a44403db8863e97d4f82a /src/KeyWords.cxx | |
parent | 3449340de836187fbc3963d81f00206a7e782f4e (diff) | |
download | scintilla-mirror-c6f188cde293cad20541474a3ee7c012b499a933.tar.gz |
Reinstated EScript after license returned to standard Scintilla license.
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 549c32a7a..d5d7499df 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -171,6 +171,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmEiffelkw); LINK_LEXER(lmErlang); LINK_LEXER(lmErrorList); + LINK_LEXER(lmESCRIPT); LINK_LEXER(lmF77); LINK_LEXER(lmFlagShip); LINK_LEXER(lmForth); |