aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyWords.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-01-18 22:18:14 +0000
committernyamatongwe <unknown>2008-01-18 22:18:14 +0000
commit88eb92f8de5e104a05ed9a056acaec8e6a15313c (patch)
tree6194c1dbc5d091edfc21c7f8dd834558f5099d36 /src/KeyWords.cxx
parent377ef4e77b5650130dadfc4a54877bd3ef556a3d (diff)
downloadscintilla-mirror-88eb92f8de5e104a05ed9a056acaec8e6a15313c.tar.gz
PowerShell lexer implemented by Tim Gerundt.
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 976b13fdf..49d17befa 100644
--- a/src/KeyWords.cxx
+++ b/src/KeyWords.cxx
@@ -205,6 +205,7 @@ int Scintilla_LinkLexers() {
LINK_LEXER(lmPHPSCRIPT);
LINK_LEXER(lmPLM);
LINK_LEXER(lmPOV);
+ LINK_LEXER(lmPowerShell);
LINK_LEXER(lmProgress);
LINK_LEXER(lmProps);
LINK_LEXER(lmPS);