diff options
author | nyamatongwe <devnull@localhost> | 2008-10-08 11:24:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-10-08 11:24:19 +0000 |
commit | 8f15e7ddb587b9dc0841c416ece3e1d254882049 (patch) | |
tree | 5368a534f96bdbcc9d41d612093f9f2362df076c /src/KeyWords.cxx | |
parent | 43ef6e9171cb00bb8c0e7e18d7a9c45cb2f680a4 (diff) | |
download | scintilla-mirror-8f15e7ddb587b9dc0841c416ece3e1d254882049.tar.gz |
Lexer for gettext .po translation files from Enrico Tröger.
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 d98c43ffa..b38e515a0 100644 --- a/src/KeyWords.cxx +++ b/src/KeyWords.cxx @@ -205,6 +205,7 @@ int Scintilla_LinkLexers() { LINK_LEXER(lmPHP); LINK_LEXER(lmPHPSCRIPT); LINK_LEXER(lmPLM); + LINK_LEXER(lmPo); LINK_LEXER(lmPOV); LINK_LEXER(lmPowerShell); LINK_LEXER(lmProgress); |