diff options
author | nyamatongwe <unknown> | 2011-09-22 09:44:09 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-09-22 09:44:09 +1000 |
commit | 7161fdfd33f687b46e9f18d906f6a0aa7b9cea9a (patch) | |
tree | 02f75aef5d87ea5e6ca390d0ac2e4d1c1892eb1f /include/SciLexer.h | |
parent | 2a8f88b678fec0f855ff95bce58ce0fecfb8873a (diff) | |
download | scintilla-mirror-7161fdfd33f687b46e9f18d906f6a0aa7b9cea9a.tar.gz |
Hashquoted strings for Pike language from Chris Angelico.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 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 |