Add missing comment injection for nix (#5208)
This commit is contained in:
parent
03baec8a2d
commit
a7146f58f0
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
; mark arbitary languages with a comment
|
||||
((((comment) @injection.language) .
|
||||
(indented_string_expression (string_fragment) @injection.content))
|
||||
|
|
Loading…
Reference in a new issue