diff options
author | nyamatongwe <devnull@localhost> | 2004-10-16 00:41:26 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-10-16 00:41:26 +0000 |
commit | 05de6b089d46a7faee3fad08b5312b4cae2a6a77 (patch) | |
tree | 0d30998285acc659b38df99f83136ee312f05ec3 /src | |
parent | f1a9d8bed5df1481f9bbb2d41318f616cfe8b487 (diff) | |
download | scintilla-mirror-05de6b089d46a7faee3fad08b5312b4cae2a6a77.tar.gz |
VHDL lexer contributed by Phil Reid.
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 c137c1bcb..66e82094c 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -190,6 +190,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmVB); LINK_LEXER(lmVBScript); LINK_LEXER(lmVerilog); + LINK_LEXER(lmVHDL); LINK_LEXER(lmYAML); //--Autogenerated -- end of automatically generated section |