aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ecma/injections.scm
Commit message (Expand)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-203/+0
* feat(javascript): update parser and queriesAmaan Qureshi2024-09-021-52/+23
* feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064)NullVoxPopuli2024-08-311-3/+0
* feat(ecma): inject sql template methodsDimensionalDot2024-08-021-0/+19
* fix(ecma): template string injections (#6590)Ananda Umamil2024-05-071-9/+9
* feat(ecma): inject async template functionsDimensionalDot2024-05-021-10/+34
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-137/+102
* * feat(ecma): styled injection for `css` and `keyframes`Mark Skelton2024-03-131-2/+15
* chore(ecma,jsx): update parser and queriesAmaan Qureshi2024-01-311-0/+13
* feat(angular)!: switch to parser supporting v17 (#5779)Dennis van den Berg2024-01-271-0/+62
* chore: format queriesPhạm Huy Hoàng2024-01-211-2/+1
* chore: query formattingPham Huy Hoang2024-01-191-68/+87
* feat: add tree-sitter-styled (#5735)Mark Skelton2023-12-191-4/+4
* 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
* perf: remove match where possibleAmaan Qureshi2023-04-211-2/+2
* perf(ecma): remove GraphQL comment injection, use lua-match for gql template ...Amaan Qureshi2023-04-151-5/+6
* feat(ecma): use lua-match for jsdoc injectionsAmaan Qureshi2023-04-031-1/+1
* 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
* feat(ecma): include outerHTML and innerHTMLBenny Powers2023-02-251-2/+3
* feat(ecma): add innerHTML injectionBenny Powers2023-02-251-0/+15
* Update ecma injections to support recent additions to tree-sitter-javascript/...NullVoxPopuli2022-10-241-0/+2
* fix(ecma injections): jsdoc match /** */ onlyNick Friday2022-09-151-1/+3
* injections(ecma): add injection for commented graphql template strings (#2987)Jackson Ludwig2022-06-051-0/+7
* 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
* chore(injections): remove duplicated regex injection for jsSteven Sojka2021-06-111-2/+0
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-2/+2
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-2/+2
* 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
* Update injections.scmHanh Le2021-03-181-1/+1
* chore: create ecma base for use in js and ts which fixes jsx issueskiyan2021-03-101-0/+20