diff options
author | nyamatongwe <devnull@localhost> | 2004-01-20 10:39:33 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-01-20 10:39:33 +0000 |
commit | 90bf78ccc9dac99db85fe79218ec2ecd4b86c990 (patch) | |
tree | 72c255011a8c7c53f01ae3385454d911e8e8c0da /src | |
parent | 0134525521731911f9e51bdc4be12b6a6f52c510 (diff) | |
download | scintilla-mirror-90bf78ccc9dac99db85fe79218ec2ecd4b86c990.tar.gz |
Support from Avi Yegudin for Verilog.
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 dc7035388..2ae4a2c99 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -182,6 +182,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmTeX); LINK_LEXER(lmVB); LINK_LEXER(lmVBScript); + LINK_LEXER(lmVerilog); LINK_LEXER(lmYAML); //--Autogenerated -- end of automatically generated section |