mirror of https://github.com/helix-editor/helix
AWK Regex injection (#3535)
parent
45add73fb1
commit
0a22148559
@ -1,2 +1,5 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((regex_pattern) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
Loading…
Reference in New Issue