This commit is contained in:
Adam Stankiewicz
2016-06-26 18:03:28 +02:00
parent 40c54bc12b
commit c69562f864
19 changed files with 405 additions and 308 deletions

View File

@@ -1,7 +1,7 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'go') == -1
if exists("b:current_syntax")
finish
finish
endif
syn match godefStackComment '^".*'
@@ -19,4 +19,6 @@ hi def link godefStackCurrentPosition Special
hi def link godefStackFilename Directory
hi def link godefStackEntryLocationNumber LineNr
" vim: sw=2 ts=2 et
endif