summaryrefslogtreecommitdiff
path: root/queries/svelte
AgeCommit message (Collapse)Author
2022-04-13svelte query and lockfile updatedHimujjal Upadhyaya
2021-11-02feat(svelte): inject JS on `each` expression (#1969)elianiva
2021-06-25Use #any-of? instead of #match? where posibleJoakker
2021-05-17refactor: make html-like languages inherit from single queryelianiva
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
2021-04-21Fix svelte highlightsStephan Seitz
2021-04-08feat: add scss injection for svelte/vueelianiva
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-02-28svelte: also capture src as text.urielianiva
2021-02-23fix: missing erroneous end tagelianiva
2021-02-23refactor: use eqelianiva
2021-02-23feat: improved highlight + injections, cc @stsewdelianiva
2021-02-23feat: add support for svelteelianiva