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 14eedf6 commit 9049ae0Copy full SHA for 9049ae0
syntax/go.vim
@@ -107,7 +107,7 @@ else
107
syn region goRawString start=+`+ end=+`+
108
endif
109
110
-syn match goImportString /^\%(\s\+\|import \)\(\h\w* \)\?\zs"[^"]\+"$/ contained containedin=goImport
+syn match goImportString /^\%(\s\+\|import \)\(\h\w* \)\?\zs"[^"]\+"/ contained containedin=goImport
111
112
if go#config#HighlightFormatStrings()
113
" [n] notation is valid for specifying explicit argument indexes
0 commit comments