diff options
author | Colomban Wendling <ban@herbesfolles.org> | 2012-09-08 21:49:11 +0200 |
---|---|---|
committer | Colomban Wendling <ban@herbesfolles.org> | 2012-09-08 21:49:11 +0200 |
commit | 50fd584ed6c1a30769f9aa78a73a20c6b1ce46a2 (patch) | |
tree | 2d2b6beecb172d4c8a86b7b042f8e11e9e86bc19 /include/Scintilla.iface | |
parent | 3a7b1192dfc7fb1e1e41652a2c5221b18e51fa3d (diff) | |
download | scintilla-mirror-50fd584ed6c1a30769f9aa78a73a20c6b1ce46a2.tar.gz |
Rewrite the GetText translation (po) lexer
The old one had a few bugs and was somewhat limited, this one should
hopefully fix the issues. The new one should behave like the old one
but adding some more styles and following better the file format.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index ff70c0a5a..28e21ee15 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -3924,6 +3924,13 @@ val SCE_PO_MSGSTR_TEXT=5 val SCE_PO_MSGCTXT=6 val SCE_PO_MSGCTXT_TEXT=7 val SCE_PO_FUZZY=8 +val SCE_PO_PROGRAMMER_COMMENT=9 +val SCE_PO_REFERENCE=10 +val SCE_PO_FLAGS=11 +val SCE_PO_MSGID_TEXT_EOL=12 +val SCE_PO_MSGSTR_TEXT_EOL=13 +val SCE_PO_MSGCTXT_TEXT_EOL=14 +val SCE_PO_ERROR=15 # Lexical states for SCLEX_PASCAL lex Pascal=SCLEX_PASCAL SCE_PAS_ val SCE_PAS_DEFAULT=0 |