diff options
author | nyamatongwe <devnull@localhost> | 2003-07-30 12:56:36 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-07-30 12:56:36 +0000 |
commit | e6c4788a0561b889e65545c8039e24c8cdb862ab (patch) | |
tree | 92e337c95b3be7e17658876160a3a0ae6cf3de1e /src/KeyWords.cxx | |
parent | bc68ca9ccce8317471cdb15d83bc13d10322be45 (diff) | |
download | scintilla-mirror-e6c4788a0561b889e65545c8039e24c8cdb862ab.tar.gz |
NSIS scripting language support from Angelo Mandato.
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 9a2ff0903..a15bae350 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -153,6 +153,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmLout); LINK_LEXER(lmLua); LINK_LEXER(lmMatlab); + LINK_LEXER(lmNsis); LINK_LEXER(lmBatch); LINK_LEXER(lmDiff); LINK_LEXER(lmProps); |