Add "tool" support to go.mod (#22995)
Closes #ISSUE Release Notes: - Fixed highlighting of ["tool" directives](https://tip.golang.org/doc/go1.24#tools) in go.mod
This commit is contained in:
parent
67525cca71
commit
45198f2af4
3 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
"replace"
|
||||
"go"
|
||||
"toolchain"
|
||||
"tool"
|
||||
"exclude"
|
||||
"retract"
|
||||
"module"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue