aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-04-01 22:29:07 +0000
committernyamatongwe <devnull@localhost>2005-04-01 22:29:07 +0000
commit2940e39f6688fa5cb02d78dcb8b4a877c75dd67e (patch)
treebddbb5c30907958fb9c66168853660ab35cb4596 /src
parentb4ecb26bc800f41f78a01f8b91493a2f7c7c713e (diff)
downloadscintilla-mirror-2940e39f6688fa5cb02d78dcb8b4a877c75dd67e.tar.gz
Regen.
Diffstat (limited to 'src')
-rw-r--r--src/KeyWords.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KeyWords.cxx b/src/KeyWords.cxx
index d40917fce..6498c87a0 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -162,6 +162,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmXML);
LINK_LEXER(lmASP);
LINK_LEXER(lmPHP);
+ LINK_LEXER(lmPHPSCRIPT);
LINK_LEXER(lmKix);
LINK_LEXER(lmLISP);
LINK_LEXER(lmLout);