From 47bace8952ae618e2ad03c2cf2eeca69dd050563 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 10 Feb 2013 22:18:28 +0000 Subject: GatsTxt now supports comments, both C and C++ style. --- support/vim/syntax/gatstxt.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'support/vim/syntax') 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 sy match Ops '[{[:}\],]' -" sy region Comment start=+//+ end=+$+ -" sy region Comment start=+/\*+ end=+\*/+ - +sy region Comment start=+//+ end=+$+ +sy region Comment start=+/\*+ end=+\*/+ hi def link Ops Operator hi def link Str String -- cgit v1.2.3