aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-07-21 00:24:46 +0000
committernyamatongwe <devnull@localhost>2003-07-21 00:24:46 +0000
commitc80aa6080454a78df3f356b02264fd3f2f1d71bf (patch)
treed05e9663190b6227b7e39ba16a0d7c404bd5128c /src/KeyWords.cxx
parente3d845a0576ce327d75c82a54b02eb0798252412 (diff)
downloadscintilla-mirror-c80aa6080454a78df3f356b02264fd3f2f1d71bf.tar.gz
Added PostScript lexer from Nigel Hathaway.
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 8fb51bdb7..9a2ff0903 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -163,6 +163,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmPascal);
LINK_LEXER(lmPerl);
LINK_LEXER(lmPOV);
+ LINK_LEXER(lmPS);
LINK_LEXER(lmPython);
LINK_LEXER(lmRuby);
LINK_LEXER(lmSQL);