aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-09-12 13:51:06 +1000
committernyamatongwe <devnull@localhost>2012-09-12 13:51:06 +1000
commitacbc8a093413c624f76699b49abfbcb3ffc2f919 (patch)
tree53c0ee2e1a4909b3759d609a0d9b57e66b12563b /include/SciLexer.h
parent68f49bbbc90e33b5d4777d8e8de1d457a22fca7f (diff)
parent75bed4f0a73a0ef3a0d69026f21bc280b2232513 (diff)
downloadscintilla-mirror-acbc8a093413c624f76699b49abfbcb3ffc2f919.tar.gz
Merged with Cocoa fix.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 57b5cf6e7..85ba2a1cc 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -1354,6 +1354,13 @@
#define SCE_PO_MSGCTXT 6
#define SCE_PO_MSGCTXT_TEXT 7
#define SCE_PO_FUZZY 8
+#define SCE_PO_PROGRAMMER_COMMENT 9
+#define SCE_PO_REFERENCE 10
+#define SCE_PO_FLAGS 11
+#define SCE_PO_MSGID_TEXT_EOL 12
+#define SCE_PO_MSGSTR_TEXT_EOL 13
+#define SCE_PO_MSGCTXT_TEXT_EOL 14
+#define SCE_PO_ERROR 15
#define SCE_PAS_DEFAULT 0
#define SCE_PAS_IDENTIFIER 1
#define SCE_PAS_COMMENT 2