| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-12 | highlights(vue): improve vue highlights | Michael Chris Lopez | |
| - remove template_name and element and make more specific targeting | |||
| 2021-11-30 | Fix pug injection | Stephan Seitz | |
| 2021-11-30 | Feat: Added Pug parser with inital queries | Stefan Wienert | |
| 2021-11-11 | fix(vue.indents): add support for template_element | Cyril Mizzi | |
| 2021-11-11 | fix: define indents.scm for html_tags and inherits html and vue from this file | Cyril Mizzi | |
| 2021-11-11 | feat(vue): add indents.scm file | Cyril 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-25 | Use #any-of? instead of #match? where posible | Joakker | |
| 2021-05-17 | refactor: make html-like languages inherit from single query | elianiva | |
| 2021-05-07 | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | |
| This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | |||
| 2021-04-28 | Comment: 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-22 | Highlight v-bind using javascript | Artur Tagisow | |
| 2021-04-08 | feat: add scss injection for svelte/vue | elianiva | |
| 2021-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2021-02-17 | Add support for folding Vue files | Hugo Osvaldo Barrera | |
| 2021-02-17 | Add support for Vue files | Hugo 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). | |||
