mirror of https://github.com/helix-editor/helix
Add missing comment injection for nix (#5208)
parent
03baec8a2d
commit
a7146f58f0
|
@ -1,3 +1,6 @@
|
||||||
|
((comment) @injection.content
|
||||||
|
(#set! injection.language "comment"))
|
||||||
|
|
||||||
; mark arbitary languages with a comment
|
; mark arbitary languages with a comment
|
||||||
((((comment) @injection.language) .
|
((((comment) @injection.language) .
|
||||||
(indented_string_expression (string_fragment) @injection.content))
|
(indented_string_expression (string_fragment) @injection.content))
|
||||||
|
|
Loading…
Reference in New Issue