aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-05-02 22:47:15 +0000
committernyamatongwe <devnull@localhost>2010-05-02 22:47:15 +0000
commita0e66715813ecda7a61e512c11349cd1d3df01b2 (patch)
tree89ebf66887df764fba312a0e610344457a57e98f /include/SciLexer.h
parentcd6d44de2ad5b93909c50db3cf467821db392f75 (diff)
downloadscintilla-mirror-a0e66715813ecda7a61e512c11349cd1d3df01b2.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