mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(brightscript): brightscript parser and queries (#7780)
This commit is contained in:
parent
0e21ee8df6
commit
7bbed4b548
7 changed files with 238 additions and 0 deletions
8
queries/brightscript/folds.scm
Normal file
8
queries/brightscript/folds.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
(function_statement)
|
||||
(sub_statement)
|
||||
(while_statement)
|
||||
(for_statement)
|
||||
(if_statement)
|
||||
(try_statement)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue