diff options
author | nyamatongwe <unknown> | 2003-10-13 12:25:33 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-10-13 12:25:33 +0000 |
commit | d20359c95c59676a8267a8cbf366134372de4252 (patch) | |
tree | 736190e7f10b5724c6aaf7f46b407258fa182c2b /src/KeyWords.cxx | |
parent | 7358e44ada115f8d23cd0c2131172b45462c5a47 (diff) | |
download | scintilla-mirror-d20359c95c59676a8267a8cbf366134372de4252.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); |