diff options
author | nyamatongwe <devnull@localhost> | 2003-11-04 11:41:32 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-11-04 11:41:32 +0000 |
commit | a3481c069766b4180723b999d7e06b29ef3a817b (patch) | |
tree | 2645b0be59a9001e709d1fda994aaa2dc9aa05c4 /src | |
parent | 3b2bf98761acfaa4707cdb22e028bf1b7c2e2f66 (diff) | |
download | scintilla-mirror-a3481c069766b4180723b999d7e06b29ef3a817b.tar.gz |
Erlang support.
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 d8e6b72a1..d3d9787e8 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -144,6 +144,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmCss); LINK_LEXER(lmEiffel); LINK_LEXER(lmEiffelkw); + LINK_LEXER(lmErlang); LINK_LEXER(lmESCRIPT); LINK_LEXER(lmForth); LINK_LEXER(lmFortran); |