aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/godoc/syntax/godoc.vim
blob: b68094f8a401ae530542daa1a0122335af4714bf (plain)
1
2
3
4
5
6
7
8
if exists("b:current_syntax")
	finish
endif

runtime! syntax/go.vim

" Character highlighting breaks highlighting when text blocks use apostrophes.
syntax clear goCharacter