aboutsummaryrefslogtreecommitdiffstats
path: root/queries/go
diff options
context:
space:
mode:
Diffstat (limited to 'queries/go')
-rw-r--r--queries/go/injections.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/go/injections.scm b/queries/go/injections.scm
index d44c9897c..affc7a115 100644
--- a/queries/go/injections.scm
+++ b/queries/go/injections.scm
@@ -20,5 +20,5 @@
(#set! injection.language "regex")))
((comment) @injection.content
- (#match? @injection.content "/\*!([a-zA-Z]+:)?re2c")
+ (#match? @injection.content "/\\*!([a-zA-Z]+:)?re2c")
(#set! injection.language "re2c"))