diff options
author | Neil <nyamatongwe@gmail.com> | 2014-09-06 09:27:08 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-09-06 09:27:08 +1000 |
commit | 672a5e079386dbf0d648aac20790fecd17f16a61 (patch) | |
tree | 707c45eac16a7f1e5668fd76e0489a11fac325ff /include/SciLexer.h | |
parent | 8266ba31afc51b2e85cc51e9a041dc3de7f910b9 (diff) | |
download | scintilla-mirror-672a5e079386dbf0d648aac20790fecd17f16a61.tar.gz |
Support the q-quote operator as SCE_SQL_QOPERATOR.
From Michael Staszewski.
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 acb9eacc3..dc75a98b6 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1117,6 +1117,7 @@ #define SCE_SQL_USER3 21 #define SCE_SQL_USER4 22 #define SCE_SQL_QUOTEDIDENTIFIER 23 +#define SCE_SQL_QOPERATOR 24 #define SCE_ST_DEFAULT 0 #define SCE_ST_STRING 1 #define SCE_ST_NUMBER 2 |