diff options
| author | nyamatongwe <unknown> | 2005-10-21 00:06:57 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-10-21 00:06:57 +0000 |
| commit | bf30313575994000333abe0a4e3dd624900d398a (patch) | |
| tree | 3f705d39561dcf027fbd2d26c740c481c93e465c /include/SciLexer.h | |
| parent | 4736088560250adababda0bbebaaa4dfcde084ad (diff) | |
| download | scintilla-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.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 |
