aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-04-18 00:36:09 +0000
committernyamatongwe <devnull@localhost>2003-04-18 00:36:09 +0000
commit3c0811532a6c9e1ca29e90a90a8686359ee30b33 (patch)
treee6c6c019d52397992986268424f2b8ee51538191 /include/Scintilla.iface
parentfd50e761a29276364a527e888bdf9b771d113625 (diff)
downloadscintilla-mirror-3c0811532a6c9e1ca29e90a90a8686359ee30b33.tar.gz
Batch from Biswapesh to add another keyword set for the cpp lexer.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 7c7b6dac2..8ad828cd0 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1612,6 +1612,7 @@ val SCE_C_COMMENTLINEDOC=15
val SCE_C_WORD2=16
val SCE_C_COMMENTDOCKEYWORD=17
val SCE_C_COMMENTDOCKEYWORDERROR=18
+val SCE_C_GLOBALCLASS=19
# Lexical states for SCLEX_HTML, SCLEX_XML
lex HTML=SCLEX_HTML SCE_H
lex XML=SCLEX_XML SCE_H