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:
Conrad Irwin 2025-01-15 08:44:28 -07:00 committed by GitHub
parent 67525cca71
commit 45198f2af4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@
"replace"
"go"
"toolchain"
"tool"
"exclude"
"retract"
"module"