diff options
author | nyamatongwe <unknown> | 2009-01-01 00:26:08 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-01-01 00:26:08 +0000 |
commit | 8b5891b0c10d1919004b8e7d94b3d70a7c9082fe (patch) | |
tree | 496931982706e296af21b5524fedd4fac7502652 /src/KeyWords.cxx | |
parent | 05b20097aa872a8baf77bef475bdab486ea03aa3 (diff) | |
download | scintilla-mirror-8b5891b0c10d1919004b8e7d94b3d70a7c9082fe.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); |