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 de75537 commit 0dfa385Copy full SHA for 0dfa385
1 file changed
syntax/gomod.vim
@@ -4,7 +4,7 @@ endif
4
5
syntax case match
6
7
-syn match gomodKeywords /\v^%(go|module|require|exclude|replace|retract|toolchain|godebug|tool)/
+syn match gomodKeywords /\v^%(go|module|require|exclude|replace|retract|toolchain|godebug|tool|ignore)/
8
syn region gomodComment start="//" end=/$/ contains=@Spell
9
syn match gomodIndirect " // indirect$"
10
syn match gomodReplace /=>/
0 commit comments