diff options
author | nyamatongwe <devnull@localhost> | 2003-10-13 12:25:33 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-10-13 12:25:33 +0000 |
commit | 4e95b9141d9ecb3005283b8257e4c41a44c170c2 (patch) | |
tree | 736190e7f10b5724c6aaf7f46b407258fa182c2b /src/KeyWords.cxx | |
parent | 0e16f141fc69f20c42f3b08de213dd02550e92ef (diff) | |
download | scintilla-mirror-4e95b9141d9ecb3005283b8257e4c41a44c170c2.tar.gz |
PowerBasic lexer added.
Diffstat (limited to 'src/KeyWords.cxx')
-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 7ec5d9922..45eb83027 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -167,6 +167,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmLatex); LINK_LEXER(lmNull); LINK_LEXER(lmPascal); + LINK_LEXER(lmPB); LINK_LEXER(lmPerl); LINK_LEXER(lmPOV); LINK_LEXER(lmPS); |