mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
feat(inko): add support for Inko
This commit is contained in:
parent
c0c32abc51
commit
7441b82fe5
8 changed files with 323 additions and 0 deletions
17
queries/inko/folds.scm
Normal file
17
queries/inko/folds.scm
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
(call)
|
||||
(class)
|
||||
(closure)
|
||||
(define_case)
|
||||
(define_constant)
|
||||
(define_field)
|
||||
(define_variable)
|
||||
(external_function)
|
||||
(if)
|
||||
(import)+
|
||||
(loop)
|
||||
(match)
|
||||
(method)
|
||||
(trait)
|
||||
(while)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue