Unnamed repository; edit this file 'description' to name the repository.
queries/gomod: add "tool", "toolchain" to keywords (#13913)
| -rw-r--r-- | runtime/queries/gomod/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/gomod/highlights.scm b/runtime/queries/gomod/highlights.scm index 63e1f012..bfcb6fca 100644 --- a/runtime/queries/gomod/highlights.scm +++ b/runtime/queries/gomod/highlights.scm @@ -2,6 +2,8 @@ "require" "replace" "go" + "toolchain" + "tool" "exclude" "retract" "module" |