diff options
author | nyamatongwe <unknown> | 2003-10-15 12:39:31 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-10-15 12:39:31 +0000 |
commit | 55d7adf81d5401fa2fa2b9576abcd02abdbbe9f5 (patch) | |
tree | 73a4defbee614dc2671abcf4405d95f19cc4ed05 /src | |
parent | c9379a712cabd0f394be63573d0303e61d480211 (diff) | |
download | scintilla-mirror-55d7adf81d5401fa2fa2b9576abcd02abdbbe9f5.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); |