diff options
author | nyamatongwe <devnull@localhost> | 2004-03-01 10:01:02 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-03-01 10:01:02 +0000 |
commit | 4380ab3d8c20ac5bc1cacd88d73d4f1156363d4c (patch) | |
tree | 7f398add2cfa80b4c53229ce4fb30994d593c6e8 /src/KeyWords.cxx | |
parent | c02fb4a4391876d5f86bfcf3145a47ffc6c995bc (diff) | |
download | scintilla-mirror-4380ab3d8c20ac5bc1cacd88d73d4f1156363d4c.tar.gz |
Specman language 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 b853fe13e..cc9c4afcc 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -180,6 +180,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPython); LINK_LEXER(lmRuby); LINK_LEXER(lmScriptol); + LINK_LEXER(lmSpecman); LINK_LEXER(lmSQL); LINK_LEXER(lmTeX); LINK_LEXER(lmVB); |