diff options
author | nyamatongwe <devnull@localhost> | 2003-03-17 09:07:24 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-03-17 09:07:24 +0000 |
commit | f625eb3c2c02a1c256fcb318ff6c317866f87c74 (patch) | |
tree | 2dd6caae32c28b230a5e02850ef3c7d544dbf896 /src/KeyWords.cxx | |
parent | 8927a4d7fe6aa2bce851e580ce133e2629c76374 (diff) | |
download | scintilla-mirror-f625eb3c2c02a1c256fcb318ff6c317866f87c74.tar.gz |
Added POV-Ray lexer by Steven te Brinke.
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 6183916c6..59b1bdea4 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -171,6 +171,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmLatex); LINK_LEXER(lmPascal); LINK_LEXER(lmPerl); + LINK_LEXER(lmPOV); LINK_LEXER(lmPython); LINK_LEXER(lmRuby); LINK_LEXER(lmSQL); |