diff options
author | nyamatongwe <devnull@localhost> | 2007-03-29 00:15:37 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-03-29 00:15:37 +0000 |
commit | 57f138470b684b14dd88d8affa2f39acb54a097f (patch) | |
tree | 8d587a6aa409d69f5966297d0ec1ab916a3ae3c6 /src/KeyWords.cxx | |
parent | c6186d377d6525e6afc111a743c6567ca85e7aa6 (diff) | |
download | scintilla-mirror-57f138470b684b14dd88d8affa2f39acb54a097f.tar.gz |
Incorporated cmake support.
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 745169575..56ccaddd4 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -152,6 +152,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmCaml); LINK_LEXER(lmClw); LINK_LEXER(lmClwNoCase); + LINK_LEXER(lmCmake); LINK_LEXER(lmConf); LINK_LEXER(lmCPP); LINK_LEXER(lmCPPNoCase); |