diff options
author | nyamatongwe <devnull@localhost> | 2003-07-21 00:24:46 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-07-21 00:24:46 +0000 |
commit | c80aa6080454a78df3f356b02264fd3f2f1d71bf (patch) | |
tree | d05e9663190b6227b7e39ba16a0d7c404bd5128c /src/KeyWords.cxx | |
parent | e3d845a0576ce327d75c82a54b02eb0798252412 (diff) | |
download | scintilla-mirror-c80aa6080454a78df3f356b02264fd3f2f1d71bf.tar.gz |
Added PostScript lexer from Nigel Hathaway.
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 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); |