Skip to content

Commit

Permalink
chore: fix comment injections
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Apr 20, 2022
1 parent 269f7a7 commit 89260c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion runtime/queries/gomod/injections.scm
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
(comment) @comment
((comment) @injection.content
(#set! injection.langauge "comment"))

4 changes: 3 additions & 1 deletion runtime/queries/gowork/injections.scm
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
(comment) @comment
((comment) @injection.content
(#set! injection.langauge "comment"))

0 comments on commit 89260c2

Please sign in to comment.