We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5175d commit 122d068Copy full SHA for 122d068
1 file changed
runtime/syntax/go.vim
@@ -5,7 +5,7 @@
5
" go.vim: Vim syntax file for Go.
6
" Language: Go
7
" Maintainer: Billie Cleek <bhcleek@gmail.com>
8
-" Latest Revision: 2024-03-17
+" Latest Revision: 2024-04-13
9
" 2024-03-17: - fix goPackageComment highlight (by Vim Project)
10
" License: BSD-style. See LICENSE file in source repository.
11
" Repository: https://github.com/fatih/vim-go
@@ -191,7 +191,7 @@ else
191
syn region goRawString start=+`+ end=+`+
192
endif
193
194
-syn match goImportString /^\%(\s\+\|import \)\(\h\w* \)\?\zs"[^"]\+"$/ contained containedin=goImport
+syn match goImportString /^\%(\s\+\|import \)\(\h\w* \)\?\zs"[^"]\+"/ contained containedin=goImport
195
196
if s:HighlightFormatStrings()
197
" [n] notation is valid for specifying explicit argument indexes
0 commit comments