diff options
author | Teddy Wing | 2022-05-18 19:04:38 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-22 03:05:12 +0200 |
commit | bab2533f7a1fa834c1762ac214d2673e2b0eb72d (patch) | |
tree | 3b9945bf11f2ff4cb0d9f7f45ad39540ae6985d8 /bundle/godoc | |
parent | 697cc59441eb5deed1e130a5be62f896185429d2 (diff) | |
download | dotvim-bab2533f7a1fa834c1762ac214d2673e2b0eb72d.tar.bz2 |
godoc: Clear `goRawString` syntax group
Diffstat (limited to 'bundle/godoc')
-rw-r--r-- | bundle/godoc/syntax/godoc.vim | 4 |
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 |