summaryrefslogtreecommitdiff
path: root/queries/typescript/locals.scm
AgeCommit message (Collapse)Author
2021-04-28locals(js,ts): Add parameters again (#1231)Stephan Seitz
2021-03-16Update jsonc to 0.19.0Stephan Seitz
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
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-06-15chore(queries): use inherited queries for ts/jsSteven Sojka
2020-06-14feat(queries): add typescript and javascript queriesSteven Sojka