aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index c20c22b7b..b97bf2187 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -54,6 +54,7 @@
#define SCLEX_F77 37
#define SCLEX_CSS 38
#define SCLEX_POV 39
+#define SCLEX_LOUT 40
#define SCLEX_AUTOMATIC 1000
#define SCE_P_DEFAULT 0
#define SCE_P_COMMENTLINE 1
@@ -461,6 +462,17 @@
#define SCE_POV_IDENTIFIER 8
#define SCE_POV_BRACE 9
#define SCE_POV_WORD2 10
+#define SCE_LOUT_DEFAULT 0
+#define SCE_LOUT_COMMENT 1
+#define SCE_LOUT_NUMBER 2
+#define SCE_LOUT_WORD 3
+#define SCE_LOUT_WORD2 4
+#define SCE_LOUT_WORD3 5
+#define SCE_LOUT_WORD4 6
+#define SCE_LOUT_STRING 7
+#define SCE_LOUT_OPERATOR 8
+#define SCE_LOUT_IDENTIFIER 9
+#define SCE_LOUT_STRINGEOL 10
//--Autogenerated -- end of section automatically generated from Scintilla.iface
#endif