mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
AWK Regex injection (#3535)
This commit is contained in:
parent
45add73fb1
commit
0a22148559
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
||||||
((comment) @injection.content
|
((comment) @injection.content
|
||||||
(#set! injection.language "comment"))
|
(#set! injection.language "comment"))
|
||||||
|
|
||||||
|
((regex_pattern) @injection.content
|
||||||
|
(#set! injection.language "regex"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue