summaryrefslogtreecommitdiff
path: root/queries/vue
AgeCommit message (Collapse)Author
2022-01-12highlights(vue): improve vue highlightsMichael Chris Lopez
- remove template_name and element and make more specific targeting
2021-11-30Fix pug injectionStephan Seitz
2021-11-30Feat: Added Pug parser with inital queriesStefan Wienert
2021-11-11fix(vue.indents): add support for template_elementCyril Mizzi
2021-11-11fix: define indents.scm for html_tags and inherits html and vue from this fileCyril Mizzi
2021-11-11feat(vue): add indents.scm fileCyril Mizzi
There's no indentation file for Vue. This implementation is based on the HTML indentation file with a minor support for the `template_element` tag. As JS is bind with the JS Tree-sitter, the indentation is already fine.
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-22Highlight v-bind using javascriptArtur Tagisow
2021-04-08feat: add scss injection for svelte/vueelianiva
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-02-17Add support for folding Vue filesHugo Osvaldo Barrera
2021-02-17Add support for Vue filesHugo Osvaldo Barrera
I haven't included parsing the `style` tag, since the only applicable queries we have are CSS (which actually works fine for SCSS too).