aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ecma
Commit message (Expand)AuthorAgeFilesLines
* feat(ecma): use lua-match for jsdoc injectionsAmaan Qureshi2023-04-031-1/+1
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-16/+16
* fix: svg injection in ecma tagged literalsBenny Powers2023-03-191-5/+5
* style: alternation in template literal queryBenny Powers2023-03-191-17/+18
* fix(ecma): template literal injectionsBenny Powers2023-03-191-0/+13
* fix(ecma): inject properly based on "call_expression" Peter Lamby2023-03-121-3/+6
* Partially Revert "fix(ecma): properly capture constants in const declarations"Amaan Qureshi2023-03-101-5/+0
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-3/+4
* fix(ecma): properly capture constants in const declarationsAmaan Qureshi2023-03-041-2/+7
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-38/+41
* feat(ecma): include outerHTML and innerHTMLBenny Powers2023-02-251-2/+3
* feat(ecma): add innerHTML injectionBenny Powers2023-02-251-0/+15
* highlights(ecma): limit constructor highlightObserverOfTime2023-02-031-2/+8
* fix(jsx): add missing indent end mark to elementsPham Huy Hoang2023-01-041-0/+1
* indents(ecma): Fix switch default indentRaymond Ha2022-12-072-0/+2
* highlights: create subscoping for ternary operatorStephan Seitz2022-12-021-1/+1
* highlights(ecma): fix capturesObserverOfTime2022-11-261-2/+2
* Narrow as @include queryRaymond Ha2022-11-251-1/+5
* highlights(ecma): distinguish between "default" in export and switch statementsTrard2022-11-241-1/+5
* removed switch from keywordsTrard2022-11-211-1/+0
* Update ecma injections to support recent additions to tree-sitter-javascript/...NullVoxPopuli2022-10-241-0/+2
* highlights(ecma): add pair_pattern punctuation.delimiterMunif Tanjim2022-10-171-0/+1
* highlights: use @preproc where appropriateObserverOfTime2022-10-151-4/+3
* feat(spell): support more languagesLewis Russell2022-09-261-2/+4
* fix(ecma injections): jsdoc match /** */ onlyNick Friday2022-09-151-1/+3
* highlights(ecma): use `@method.call`/`function.call`Stephan Seitz2022-09-111-2/+2
* indents(ecma): make "]" `@indent_end`Stephan Seitz2022-09-101-1/+1
* highlights(ecma): Update queries for literalsSergio Alejandro Vargas2022-08-221-9/+22
* highlights(javascript): "?." -> optional_chainGitHub2022-08-201-1/+0
* fix(ecma): indent end for bracket (#3121)Kiyan2022-07-071-0/+2
* injections(ecma): add injection for commented graphql template strings (#2987)Jackson Ludwig2022-06-051-0/+7
* Use @definition.function for method & func definitionsWilliam Mathewson2022-05-141-2/+2
* Add method to definitions in ECMA localsWilliam Mathewson2022-05-141-0/+4
* indents(ecma): use auto indent on (ERROR)Stephan Seitz2022-04-041-0/+2
* fix(indent): ecma - parenthesized expression indentationMunif Tanjim2022-02-261-0/+1
* fix(indent): ecma - class method indentationMunif Tanjim2022-02-261-1/+0
* feat(indent): ecma - support common use-casesMunif Tanjim2022-01-211-12/+28
* feat(indent): ecma - support try_catch and if_elseMunif Tanjim2022-01-211-0/+3
* highlights(ecma): highlight escape_sequenceStephan Seitz2021-12-121-0/+1
* Handle .attrs() casesSteve Occhipinti2021-11-281-0/+23
* Support both styled.div and styled(Component)Steve Occhipinti2021-11-281-2/+11
* Add a basic styled-components injectionSteve Occhipinti2021-11-281-11/+16
* ecma: highlight private properties and methodsnumToStr2021-11-251-2/+3
* Prefer lua-match over matchLewis Russell2021-11-231-3/+3
* fix: remove priority in ecma template substitution hlkiyan2021-10-031-9/+9
* Ecma: increase priority of template_substitutionSantos Gallegos2021-09-171-3/+3
* Use the color of variabledelphinus2021-09-091-1/+1
* Set property color for destructuring assignmentdelphinus2021-09-091-0/+4
* Enable to highlight shebang on JS/TSdelphinus2021-08-121-1/+4
* place template string after bracesantonk522021-07-071-4/+4