diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-02-10 22:18:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-02-10 22:18:28 +0000 |
commit | 47bace8952ae618e2ad03c2cf2eeca69dd050563 (patch) | |
tree | cde27f04fb92be5ab7fad01a92f58cbd53df4f00 /support/vim/syntax/gatstxt.vim | |
parent | 0cce7a054ba818227494f4e48c129dde2cfc0e45 (diff) | |
download | libgats-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 '')
-rw-r--r-- | support/vim/syntax/gatstxt.vim | 5 |
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 | ||
27 | sy match Ops '[{[:}\],]' | 27 | sy match Ops '[{[:}\],]' |
28 | 28 | ||
29 | " sy region Comment start=+//+ end=+$+ | 29 | sy region Comment start=+//+ end=+$+ |
30 | " sy region Comment start=+/\*+ end=+\*/+ | 30 | sy region Comment start=+/\*+ end=+\*/+ |
31 | |||
32 | 31 | ||
33 | hi def link Ops Operator | 32 | hi def link Ops Operator |
34 | hi def link Str String | 33 | hi def link Str String |