diff options
| author | nyamatongwe <devnull@localhost> | 2009-01-01 00:26:08 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-01-01 00:26:08 +0000 | 
| commit | bdc69f9158adb55ec1af6dc8578655e2c88ad434 (patch) | |
| tree | 496931982706e296af21b5524fedd4fac7502652 /src/KeyWords.cxx | |
| parent | 4f3d781c4b929847fbd7c6f6c145eb903e3dba65 (diff) | |
| download | scintilla-mirror-bdc69f9158adb55ec1af6dc8578655e2c88ad434.tar.gz | |
Lexer for PowerPro from Christopher Bean.
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 0b495d1e5..d5d7499df 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -208,6 +208,7 @@ int Scintilla_LinkLexers() {  	LINK_LEXER(lmPLM);  	LINK_LEXER(lmPo);  	LINK_LEXER(lmPOV); +	LINK_LEXER(lmPowerPro);  	LINK_LEXER(lmPowerShell);  	LINK_LEXER(lmProgress);  	LINK_LEXER(lmProps);  | 
