From 000f71842bf08840df1e70004b17507fa92b2fb7 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Fri, 15 Dec 2023 20:01:31 +0100 Subject: [PATCH] feat(gomod): highlight the `toolchain` directive (#5795) --- queries/gomod/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/gomod/highlights.scm b/queries/gomod/highlights.scm index 36a676414..76a2a4523 100644 --- a/queries/gomod/highlights.scm +++ b/queries/gomod/highlights.scm @@ -2,6 +2,7 @@ "require" "replace" "go" + "toolchain" "exclude" "retract" "module"