aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-08-09 11:06:41 +1000
committernyamatongwe <unknown>2011-08-09 11:06:41 +1000
commit5872020bc49119fe7153b3c1ece649133acad811 (patch)
tree37095c4a4edc5f50583d411bbb3e6aa93a1e2a41 /include/SciLexer.h
parentde9e15a24afa38c2107a515da7cc3bb9cc23498d (diff)
downloadscintilla-mirror-5872020bc49119fe7153b3c1ece649133acad811.tar.gz
Improvements to LaTeX lexer from Josepmaria Roca adds several new
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index c7d79aa2c..b265012cb 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -408,6 +408,14 @@
#define SCE_L_TAG 2
#define SCE_L_MATH 3
#define SCE_L_COMMENT 4
+#define SCE_L_TAG2 5
+#define SCE_L_MATH2 6
+#define SCE_L_COMMENT2 7
+#define SCE_L_VERBATIM 8
+#define SCE_L_SHORTCMD 9
+#define SCE_L_SPECIAL 10
+#define SCE_L_CMDOPT 11
+#define SCE_L_ERROR 12
#define SCE_LUA_DEFAULT 0
#define SCE_LUA_COMMENT 1
#define SCE_LUA_COMMENTLINE 2