From f625eb3c2c02a1c256fcb318ff6c317866f87c74 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 17 Mar 2003 09:07:24 +0000 Subject: Added POV-Ray lexer by Steven te Brinke. --- src/KeyWords.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/KeyWords.cxx') 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); -- cgit v1.2.3