aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundle/godoc/syntax/godoc.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundle/godoc/syntax/godoc.vim b/bundle/godoc/syntax/godoc.vim
index b68094f..6515a52 100644
--- a/bundle/godoc/syntax/godoc.vim
+++ b/bundle/godoc/syntax/godoc.vim
@@ -6,3 +6,7 @@ runtime! syntax/go.vim
" Character highlighting breaks highlighting when text blocks use apostrophes.
syntax clear goCharacter
+
+" Some packages don't balance "`" quotes correctly, causing overflowing raw
+" string highlighting.
+syntax clear goRawString