nvim-treesitter/queries/ecma
Peter Cardenas e0d861b23a
fix(folds.ecma): separate folds for if/else/else if
With large if/else/else if blocks, it's difficult to notice that folding
an if statement also folds the else and else if statements along with
them. By allowing the folds of the if, else, and else if statements to
be separate, the folds are easier to distinguish and are more granular.
2025-04-20 20:59:08 -07:00
..
folds.scm fix(folds.ecma): separate folds for if/else/else if 2025-04-20 20:59:08 -07:00
highlights.scm feat(typescript): highlight awaited functions with type parameters 2025-02-10 09:32:11 +01:00
indents.scm fix(ecma): indent single-line if statements (#6846) 2024-07-04 11:13:16 +09:00
injections.scm feat(javascript): update parser and queries 2024-09-02 10:04:37 +02:00
locals.scm chore(ecma,jsx): update parser and queries 2024-01-31 22:31:50 -05:00