mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
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
5 lines
132 B
Scheme
5 lines
132 B
Scheme
((line_comment) @comment
|
|
(#set! injection.language "comment"))
|
|
|
|
((block_comment) @comment
|
|
(#set! injection.language "comment"))
|