diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-08 11:47:55 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-08 11:47:55 +0000 |
commit | 20c2b12f092615aac112ec3f11f233b9d0d44c52 (patch) | |
tree | d09986010210a17acf9794ee93d915753fb727e9 /Source/SPEditorTokens.h | |
parent | daa8f9af6ab131b0e0e3b6cabda1e194841aa78a (diff) | |
download | sequelpro-20c2b12f092615aac112ec3f11f233b9d0d44c52.tar.gz sequelpro-20c2b12f092615aac112ec3f11f233b9d0d44c52.tar.bz2 sequelpro-20c2b12f092615aac112ec3f11f233b9d0d44c52.zip |
• syntax highlighting updated
- added highlighting for @vars
Diffstat (limited to 'Source/SPEditorTokens.h')
-rw-r--r-- | Source/SPEditorTokens.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPEditorTokens.h b/Source/SPEditorTokens.h index e4c8cc6b..44d0340f 100644 --- a/Source/SPEditorTokens.h +++ b/Source/SPEditorTokens.h @@ -16,3 +16,4 @@ #define SPT_WORD 7 #define SPT_OTHER 8 #define SPT_NUMERIC 9 +#define SPT_VARIABLE 10 |