mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(roc): add new parser tree-sitter-roc
This commit is contained in:
parent
1d1d92e94a
commit
905fedfa28
6 changed files with 246 additions and 0 deletions
5
queries/roc/injections.scm
Normal file
5
queries/roc/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
([
|
||||
(line_comment)
|
||||
(doc_comment)
|
||||
] @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue