This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-04 12:30:01 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9ebe0bd8d7
nvim-treesitter
/
queries
/
typescript
/
folds.scm
8 lines
101 B
Scheme
Raw
Normal View
History
Unescape
Escape
chore: create ecma base for use in js and ts which fixes jsx issues
2021-03-09 23:14:27 +01:00
; inherits: ecma
feat(queries): modeline mechanism for base langs This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO.
2020-10-06 20:03:39 +02:00
feat(folds): add ts and js folds
2020-09-06 09:38:09 -05:00
[
(
interface_declaration
)
(
internal_module
)
(
type_alias_declaration
)
]
@fold
Reference in a new issue
Copy permalink