aboutsummaryrefslogtreecommitdiffstats
path: root/queries/javascript/folds.scm
Commit message (Collapse)AuthorAgeFilesLines
* chore: create ecma base for use in js and ts which fixes jsx issueskiyan2021-03-101-20/+1
|
* feat(folds): add catch_clause to js foldsSam Bernheim2020-10-161-0/+1
|
* feat: add more javascript foldssbernehim42020-10-161-0/+3
|
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-111-0/+1
| | | | | | | | 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.
* Folds: rename query files to folds.scm to be consistentSantos Gallegos2020-09-141-0/+15
We use plural names for all query files except folds.