aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-09-22 09:44:09 +1000
committernyamatongwe <devnull@localhost>2011-09-22 09:44:09 +1000
commit11c898e23470322d87648064dd92016c2a57f76a (patch)
tree43a4b945125e9e9560a24a6129b670dde12a7512 /include
parent81d65369fc316e08963c4385bd3b28f1f3a4d016 (diff)
downloadscintilla-mirror-11c898e23470322d87648064dd92016c2a57f76a.tar.gz
Hashquoted strings for Pike language from Chris Angelico.
Diffstat (limited to 'include')
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index e8805f2d6..255e091b7 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -153,6 +153,7 @@
#define SCE_C_GLOBALCLASS 19
#define SCE_C_STRINGRAW 20
#define SCE_C_TRIPLEVERBATIM 21
+#define SCE_C_HASHQUOTEDSTRING 22
#define SCE_D_DEFAULT 0
#define SCE_D_COMMENT 1
#define SCE_D_COMMENTLINE 2
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 9530f4292..51ada6026 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2469,6 +2469,7 @@ val SCE_C_COMMENTDOCKEYWORDERROR=18
val SCE_C_GLOBALCLASS=19
val SCE_C_STRINGRAW=20
val SCE_C_TRIPLEVERBATIM=21
+val SCE_C_HASHQUOTEDSTRING=22
# Lexical states for SCLEX_D
lex D=SCLEX_D SCE_D_
val SCE_D_DEFAULT=0