diff options
author | nyamatongwe <devnull@localhost> | 2003-10-15 12:39:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-10-15 12:39:31 +0000 |
commit | 2553e32d07a348247a3b7ab668f9bd89b7c20f3c (patch) | |
tree | 73a4defbee614dc2671abcf4405d95f19cc4ed05 /src | |
parent | 523443e7bdce5bd8a1d2b849a9010154c9f2beea (diff) | |
download | scintilla-mirror-2553e32d07a348247a3b7ab668f9bd89b7c20f3c.tar.gz |
Forthe lexer added.
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 45eb83027..d8e6b72a1 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -145,6 +145,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmEiffel); LINK_LEXER(lmEiffelkw); LINK_LEXER(lmESCRIPT); + LINK_LEXER(lmForth); LINK_LEXER(lmFortran); LINK_LEXER(lmF77); LINK_LEXER(lmHTML); |