aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditorTokens.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-04-08 11:47:55 +0000
committerBibiko <bibiko@eva.mpg.de>2009-04-08 11:47:55 +0000
commit20c2b12f092615aac112ec3f11f233b9d0d44c52 (patch)
treed09986010210a17acf9794ee93d915753fb727e9 /Source/SPEditorTokens.h
parentdaa8f9af6ab131b0e0e3b6cabda1e194841aa78a (diff)
downloadsequelpro-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.h1
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