diff options
| author | nyamatongwe <unknown> | 2008-01-18 22:18:14 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2008-01-18 22:18:14 +0000 | 
| commit | 88eb92f8de5e104a05ed9a056acaec8e6a15313c (patch) | |
| tree | 6194c1dbc5d091edfc21c7f8dd834558f5099d36 /src/KeyWords.cxx | |
| parent | 377ef4e77b5650130dadfc4a54877bd3ef556a3d (diff) | |
| download | scintilla-mirror-88eb92f8de5e104a05ed9a056acaec8e6a15313c.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); | 
