summaryrefslogtreecommitdiff
path: root/queries/typescript
AgeCommit message (Collapse)Author
2022-10-15highlights(typescript): add override keywordObserverOfTime
2022-08-20highlights(javascript): "?." -> optional_chainGitHub
2021-07-01highlights(typescript): fix indentifier for type importsMunif Tanjim
2021-04-28locals(js,ts): Add parameters again (#1231)Stephan Seitz
2021-04-23Add JS/TS parameters again (#1227)Stephan Seitz
* highlights(js): add parameters * highlights(ts): add Typescript parameters
2021-03-16Update jsonc to 0.19.0Stephan Seitz
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-16Fix readonly keyword in typescriptStephan Seitz
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan
2021-01-21fix: added missing enum indent for typescriptelianiva
2021-01-14feat: added more indent querieselianiva
2020-12-12Javascript unary expression (#712)Dave Lage
* javascript: Move unary_expression matching. * javascript: Move unary_expression matching. * javascript: Update unary to operator * javascript: Update qnary to be more specific
2020-11-27typescript: Use javascript shorthand_property_identifierrockerBOO
2020-11-22typescript: Add optional_parameter ?rockerBOO
2020-11-15Add type delimiters | &, Add optional type ?rockerBOO
2020-11-15Add additional punctuation, variable descriptors for TypescriptrockerBOO
2020-10-27feat(js): add jsdoc lang injectionSteven Sojka
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-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
We use plural names for all query files except folds.
2020-09-06feat(folds): add ts and js foldsSteven Sojka
2020-09-06fix(highlights): fix ts parameter highlightsSteven Sojka
2020-06-15chore(queries): use inherited queries for ts/jsSteven Sojka
2020-06-14feat(queries): add typescript and javascript queriesSteven Sojka