mirror of https://github.com/helix-editor/helix
Add regex injections into bash (#11112)
parent
ec0bdb3976
commit
928e3f0d85
|
@ -5,4 +5,7 @@
|
||||||
name: (command_name (word) @_command)
|
name: (command_name (word) @_command)
|
||||||
argument: (raw_string) @injection.content
|
argument: (raw_string) @injection.content
|
||||||
(#match? @_command "^[gnm]?awk$")
|
(#match? @_command "^[gnm]?awk$")
|
||||||
(#set! injection.language "awk"))
|
(#set! injection.language "awk"))
|
||||||
|
|
||||||
|
((regex) @injection.content
|
||||||
|
(#set! injection.language "regex"))
|
||||||
|
|
Loading…
Reference in New Issue