diff options
author | nyamatongwe <devnull@localhost> | 2008-01-18 22:18:14 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-01-18 22:18:14 +0000 |
commit | 89a39d969a2231cfb68bc8b0c2b27952e6d27c09 (patch) | |
tree | 6194c1dbc5d091edfc21c7f8dd834558f5099d36 /src/KeyWords.cxx | |
parent | 61343b0fef531aba457909131e8571e384dc3e48 (diff) | |
download | scintilla-mirror-89a39d969a2231cfb68bc8b0c2b27952e6d27c09.tar.gz |
PowerShell lexer implemented by Tim Gerundt.
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 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); |