diff options
author | nyamatongwe <unknown> | 2003-08-18 10:09:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-08-18 10:09:56 +0000 |
commit | 069b8ea17b3fbf076a55d0a4fa723ed3746f1ffc (patch) | |
tree | 8fc142de18dd2058c8b1f451bab36181511a7e27 /src/KeyWords.cxx | |
parent | 3a26c5516fdd49139887b65a53f0e65b124f2f5f (diff) | |
download | scintilla-mirror-069b8ea17b3fbf076a55d0a4fa723ed3746f1ffc.tar.gz |
Support for Clarion from Ron Schofield.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r-- | src/KeyWords.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx index ae22baf2f..64b4680b8 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -134,6 +134,8 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmAVE); LINK_LEXER(lmBaan); LINK_LEXER(lmBullant); + LINK_LEXER(lmClw); + LINK_LEXER(lmClwNoCase); LINK_LEXER(lmConf); LINK_LEXER(lmCPP); LINK_LEXER(lmCPPNoCase); |