From 617b01a5b6aa3cadb25b2ff8639e330cfc6cf3c1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 11 Nov 2014 02:37:21 +0100 Subject: Update --- syntax/vimgo.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 syntax/vimgo.vim (limited to 'syntax/vimgo.vim') diff --git a/syntax/vimgo.vim b/syntax/vimgo.vim new file mode 100644 index 00000000..d62791d3 --- /dev/null +++ b/syntax/vimgo.vim @@ -0,0 +1,11 @@ +if exists("b:current_syntax") + finish +endif + +let b:current_syntax = "vimgo" + +syn match goInterface /^\S*/ +syn region goTitle start="\%1l" end=":" + +hi def link goInterface Type +hi def link goTitle Label -- cgit v1.2.3