aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2013-02-10 22:18:28 +0000
committerMike Buland <eichlan@xagasoft.com>2013-02-10 22:18:28 +0000
commit47bace8952ae618e2ad03c2cf2eeca69dd050563 (patch)
treecde27f04fb92be5ab7fad01a92f58cbd53df4f00 /support
parent0cce7a054ba818227494f4e48c129dde2cfc0e45 (diff)
downloadlibgats-47bace8952ae618e2ad03c2cf2eeca69dd050563.tar.gz
libgats-47bace8952ae618e2ad03c2cf2eeca69dd050563.tar.bz2
libgats-47bace8952ae618e2ad03c2cf2eeca69dd050563.tar.xz
libgats-47bace8952ae618e2ad03c2cf2eeca69dd050563.zip
GatsTxt now supports comments, both C and C++ style.
Diffstat (limited to 'support')
-rw-r--r--support/vim/syntax/gatstxt.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/support/vim/syntax/gatstxt.vim b/support/vim/syntax/gatstxt.vim
index 6722e8a..9319636 100644
--- a/support/vim/syntax/gatstxt.vim
+++ b/support/vim/syntax/gatstxt.vim
@@ -26,9 +26,8 @@ sy keyword Null null
26 26
27sy match Ops '[{[:}\],]' 27sy match Ops '[{[:}\],]'
28 28
29" sy region Comment start=+//+ end=+$+ 29sy region Comment start=+//+ end=+$+
30" sy region Comment start=+/\*+ end=+\*/+ 30sy region Comment start=+/\*+ end=+\*/+
31
32 31
33hi def link Ops Operator 32hi def link Ops Operator
34hi def link Str String 33hi def link Str String