mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: more comment injections
This commit is contained in:
parent
8dd40c7609
commit
9d68e876cc
56 changed files with 157 additions and 3 deletions
|
|
@ -1,2 +1,9 @@
|
|||
([
|
||||
(comment)
|
||||
(line_comment)
|
||||
(ocaml_comment)
|
||||
] @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((ocaml) @injection.content
|
||||
(#set! injection.language "ocaml"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue