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