nvim-treesitter/queries/wit/injections.scm
Liam Woodleigh-Hardinge 2a95ff1476
feat(wit): Add wit parser (#6428)
feat: Add injections.scm

fix: reverse order of matching

Co-authored-by: 再生花 <hoangtun0810@gmail.com>

fix: lua match for functions

doc: Resolve conflict

fix: Amend incorrect alphabetical order
2024-04-15 11:01:56 +00:00

5 lines
132 B
Scheme

((line_comment) @comment
(#set! injection.language "comment"))
((block_comment) @comment
(#set! injection.language "comment"))