aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-08-05 11:14:43 +1000
committernyamatongwe <unknown>2011-08-05 11:14:43 +1000
commit0f6df3f52a8b10105b209936151fe30f6c03628b (patch)
treec8e843d10d0f37277898e74e723a4cfe3d89cefe /include
parent2ecb1731ad9699b6bdccfdaad71136c771ff47cb (diff)
downloadscintilla-mirror-0f6df3f52a8b10105b209936151fe30f6c03628b.tar.gz
Lua lexer update for Lua 5.2 beta. Feature #3386330.
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man.
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 1d5b69ede..c7d79aa2c 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -428,6 +428,7 @@
#define SCE_LUA_WORD6 17
#define SCE_LUA_WORD7 18
#define SCE_LUA_WORD8 19
+#define SCE_LUA_LABEL 20
#define SCE_ERR_DEFAULT 0
#define SCE_ERR_PYTHON 1
#define SCE_ERR_GCC 2
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 36ead0ece..92393cd66 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2779,6 +2779,7 @@ val SCE_LUA_WORD5=16
val SCE_LUA_WORD6=17
val SCE_LUA_WORD7=18
val SCE_LUA_WORD8=19
+val SCE_LUA_LABEL=20
# Lexical states for SCLEX_ERRORLIST
lex ErrorList=SCLEX_ERRORLIST SCE_ERR_
val SCE_ERR_DEFAULT=0