diff options
author | nyamatongwe <devnull@localhost> | 2006-01-28 22:03:42 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-01-28 22:03:42 +0000 |
commit | c633b981bfa18f6bc133cf82c64f4c540905e81f (patch) | |
tree | 60bd9b1962f048a264d6746f552a88ea759cc73d /src | |
parent | 464dae4d5205dae1743d6552f05c796df32349ea (diff) | |
download | scintilla-mirror-c633b981bfa18f6bc133cf82c64f4c540905e81f.tar.gz |
Added Inno Setup lexer from Friedrich Vedder.
Removed comment saying GrabFocus is GTK+ specific.
Diffstat (limited to 'src')
-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 1ffc4fb5f..342d068e4 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -171,6 +171,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmGui4Cli); LINK_LEXER(lmHaskell); LINK_LEXER(lmHTML); + LINK_LEXER(lmInno); LINK_LEXER(lmKix); LINK_LEXER(lmLatex); LINK_LEXER(lmLISP); |