Skip to content

Commit 0a22148

Browse files
authored
AWK Regex injection (#3535)
1 parent 45add73 commit 0a22148

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/queries/awk/injections.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
((comment) @injection.content
22
(#set! injection.language "comment"))
3+
4+
((regex_pattern) @injection.content
5+
(#set! injection.language "regex"))

0 commit comments

Comments
 (0)