From c69562f864cb0ee973142a45091f6cb46ce0b1df Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 26 Jun 2016 18:03:28 +0200 Subject: Update --- syntax/vimgo.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'syntax/vimgo.vim') diff --git a/syntax/vimgo.vim b/syntax/vimgo.vim index 4dec0b43..811cd683 100644 --- a/syntax/vimgo.vim +++ b/syntax/vimgo.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1 if exists("b:current_syntax") - finish + finish endif let b:current_syntax = "vimgo" @@ -12,4 +12,6 @@ syn region goTitle start="\%1l" end=":" hi def link goInterface Type hi def link goTitle Label +" vim: sw=2 ts=2 et + endif -- cgit v1.2.3