aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-05-02 22:47:15 +0000
committernyamatongwe <unknown>2010-05-02 22:47:15 +0000
commitf6b10abb146ce7a9b59b4428b1eb405ac88aa80e (patch)
tree89ebf66887df764fba312a0e610344457a57e98f /include/SciLexer.h
parentf73b5ae0e7a2b461bdb59f72f2803645b48b0d7e (diff)
downloadscintilla-mirror-f6b10abb146ce7a9b59b4428b1eb405ac88aa80e.tar.gz
Simplest changes from Feature Request #2992689 Lexer for xBase dialects.
Removes unused lexical states. Removes treament of "'" as comment indicator for folding.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 523cdd6d3..da3771ec2 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -1082,11 +1082,6 @@
#define SCE_FS_DATE 16
#define SCE_FS_STRINGEOL 17
#define SCE_FS_CONSTANT 18
-#define SCE_FS_ASM 19
-#define SCE_FS_LABEL 20
-#define SCE_FS_ERROR 21
-#define SCE_FS_HEXNUMBER 22
-#define SCE_FS_BINNUMBER 23
#define SCE_CSOUND_DEFAULT 0
#define SCE_CSOUND_COMMENT 1
#define SCE_CSOUND_NUMBER 2