aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-10-21 00:06:57 +0000
committernyamatongwe <unknown>2005-10-21 00:06:57 +0000
commitbf30313575994000333abe0a4e3dd624900d398a (patch)
tree3f705d39561dcf027fbd2d26c740c481c93e465c /include/SciLexer.h
parent4736088560250adababda0bbebaaa4dfcde084ad (diff)
downloadscintilla-mirror-bf30313575994000333abe0a4e3dd624900d398a.tar.gz
Patch from Iago implements new quoted identifier lexical class for SQL.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 5d52de6c4..5b24fee58 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -949,6 +949,7 @@
#define SCE_SQL_USER2 20
#define SCE_SQL_USER3 21
#define SCE_SQL_USER4 22
+#define SCE_SQL_QUOTEDIDENTIFIER 23
#define SCE_ST_DEFAULT 0
#define SCE_ST_STRING 1
#define SCE_ST_NUMBER 2