aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ecma
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(ecma): add indents to switch and casesSamyak S Sarnayak2021-07-061-0/+2
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-4/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-2/+8
* chore(injections): remove duplicated regex injection for jsSteven Sojka2021-06-111-2/+0
* highlights(ecma): use KeywordFunction as a highlight group for functionantonk522021-05-171-1/+4
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-2/+2
* locals(js,ts): Add parameters again (#1231)Stephan Seitz2021-04-281-28/+0
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-2/+2
* Add JS/TS parameters again (#1227)Stephan Seitz2021-04-231-39/+0
* fix(highlights): always highlight ternary operator as operatorThomas Vigouroux2021-04-221-1/+1
* injections(js): add regex highlightingStephan Seitz2021-04-061-0/+2
* Fix jsdoc: play nice with the comment parser (#1108)Santos Gallegos2021-03-271-1/+2