aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/godoc
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/godoc')
-rw-r--r--bundle/godoc/syntax/godoc.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundle/godoc/syntax/godoc.vim b/bundle/godoc/syntax/godoc.vim
new file mode 100644
index 0000000..b68094f
--- /dev/null
+++ b/bundle/godoc/syntax/godoc.vim
@@ -0,0 +1,8 @@
+if exists("b:current_syntax")
+ finish
+endif
+
+runtime! syntax/go.vim
+
+" Character highlighting breaks highlighting when text blocks use apostrophes.
+syntax clear goCharacter