Add regex injections into bash (#11112)
This commit is contained in:
parent
ec0bdb3976
commit
928e3f0d85
1 changed files with 4 additions and 1 deletions
|
@ -5,4 +5,7 @@
|
|||
name: (command_name (word) @_command)
|
||||
argument: (raw_string) @injection.content
|
||||
(#match? @_command "^[gnm]?awk$")
|
||||
(#set! injection.language "awk"))
|
||||
(#set! injection.language "awk"))
|
||||
|
||||
((regex) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
|
Loading…
Add table
Reference in a new issue