aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-03-17 09:07:24 +0000
committernyamatongwe <devnull@localhost>2003-03-17 09:07:24 +0000
commitf625eb3c2c02a1c256fcb318ff6c317866f87c74 (patch)
tree2dd6caae32c28b230a5e02850ef3c7d544dbf896 /src/KeyWords.cxx
parent8927a4d7fe6aa2bce851e580ce133e2629c76374 (diff)
downloadscintilla-mirror-f625eb3c2c02a1c256fcb318ff6c317866f87c74.tar.gz
Added POV-Ray lexer by Steven te Brinke.
Diffstat (limited to 'src/KeyWords.cxx')
-rw-r--r--src/KeyWords.cxx1
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);