aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-06-20 03:20:15 +0000
committernyamatongwe <devnull@localhost>2005-06-20 03:20:15 +0000
commitab6a3dd1782ce11074470ea2bf7504265b06c2ea (patch)
tree463b9a97c28c4a7986e326d2faeadaaf3c6d74f1 /include/SciLexer.h
parent211af257d6afe80dcb9c09016726c92a64c31d50 (diff)
downloadscintilla-mirror-ab6a3dd1782ce11074470ea2bf7504265b06c2ea.tar.gz
Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENT
states and a second keyword set.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 12df254e9..e60b8354c 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -408,10 +408,14 @@
#define SCE_LISP_COMMENT 1
#define SCE_LISP_NUMBER 2
#define SCE_LISP_KEYWORD 3
+#define SCE_LISP_KEYWORD_KW 4
+#define SCE_LISP_SYMBOL 5
#define SCE_LISP_STRING 6
#define SCE_LISP_STRINGEOL 8
#define SCE_LISP_IDENTIFIER 9
#define SCE_LISP_OPERATOR 10
+#define SCE_LISP_SPECIAL 11
+#define SCE_LISP_MULTI_COMMENT 12
#define SCE_EIFFEL_DEFAULT 0
#define SCE_EIFFEL_COMMENTLINE 1
#define SCE_EIFFEL_NUMBER 2