diff options
author | nyamatongwe <devnull@localhost> | 2005-10-21 00:06:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-10-21 00:06:57 +0000 |
commit | 83f5a42086d9db3941d12b75477f13f7f9e35655 (patch) | |
tree | 3f705d39561dcf027fbd2d26c740c481c93e465c /include/SciLexer.h | |
parent | a2974344c76ff333a5a8edca58d261bc7afc68a0 (diff) | |
download | scintilla-mirror-83f5a42086d9db3941d12b75477f13f7f9e35655.tar.gz |
Patch from Iago implements new quoted identifier lexical class for SQL.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
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 |