aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ecma
Commit message (Expand)AuthorAgeFilesLines
* feat: standardize and document export keywordsRiley Bruins2024-05-131-13/+2
* fix(ecma): template string injections (#6590)Ananda Umamil2024-05-071-9/+9
* feat(ecma) fold `array` (#6564)Jakub Donovan2024-05-031-0/+1
* feat(ecma): inject async template functionsDimensionalDot2024-05-021-10/+34
* feat: import statement folds for common languagesRiley Bruins2024-05-011-1/+1
* feat: more `@keyword.type` capturesRiley Bruins2024-05-011-1/+2
* feat(glimmer): highlight builtin tagsNullVoxPopuli2024-04-261-0/+4
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-212-155/+115
* * feat(ecma): styled injection for `css` and `keyframes`Mark Skelton2024-03-131-2/+15
* feat(format-scripts): linewrap predicates再生花2024-02-231-2/+9
* feat(ecma): folding for function argumentsRiley Bruins2024-02-201-0/+1
* refactor(ecma): delimiter highlight consolidationRiley Bruins2024-02-171-17/+6
* feat(ecma): highlight label identifiersRiley Bruins2024-02-161-0/+2
* feat(ecma): highlight decorator and destructuringAnanda Umamil2024-02-101-4/+17
* chore(ecma,jsx): update parser and queriesAmaan Qureshi2024-01-314-8/+24
* feat(angular)!: switch to parser supporting v17 (#5779)Dennis van den Berg2024-01-271-0/+62
* chore: format queriesPhạm Huy Hoàng2024-01-213-6/+5
* fix(highlights): improve member/property distinctionObserverOfTime2024-01-191-3/+3
* chore: query formattingPham Huy Hoang2024-01-194-186/+243
* feat!: align standard captures with upstreamChristian Clason2024-01-191-23/+23
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-15/+15
* feat: add tree-sitter-styled (#5735)Mark Skelton2023-12-191-4/+4
* fix(ecma): prioritize builtinsAmaan Qureshi2023-11-101-16/+19
* fix(ecma_injections): limit function names to alphanumeric characters onlyTobias S2023-08-311-0/+1
* fix(ecma): fix no injections for innerHTML (#5258)Pham Huy Hoang2023-08-161-5/+10
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-40/+52
* queries/*/highlights.scm : remove `@spell` for stringsShellCode332023-08-071-1/+1
* feat(typescript): highlight decorators, default case, global declarationAnanda Umamil2023-07-171-0/+6
* feat(ecma): highlight regex flagsSergio A. Vargas2023-07-101-0/+1
* feat(pug): improve syntax highlightingObserverOfTime2023-07-071-0/+3
* refactor(ecma): triple dot should be an operatorAmaan Qureshi2023-06-091-2/+1
* feat(ecma): convert eligible `@keyword.operators`Ananda Umamil2023-06-041-4/+4
* highlights(typescript): `:` in `switch` statementAnanda Umamil2023-05-181-0/+1
* perf: remove match where possibleAmaan Qureshi2023-04-211-2/+2
* fix(ecma): comment should be `@indent.auto` (#4669)Amaan Qureshi2023-04-181-4/+4
* perf(ecma): remove GraphQL comment injection, use lua-match for gql template ...Amaan Qureshi2023-04-151-5/+6
* javascript: highlight more builtinsObserverOfTime2023-04-121-2/+63
* 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