| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 5 | -40/+0 |
| | | |||||
| * | feat(format): extra newline after modeline | Phạm Huy Hoàng | 2024-02-29 | 1 | -0/+1 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 2 | -5/+3 |
| | | |||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -1/+1 |
| | | |||||
| * | highlights(html): character references (a.k.a. entities) | Calum Smith | 2024-01-05 | 1 | -0/+2 |
| | | |||||
| * | refactor: remove `include-children` from queries (#5226) | Pham Huy Hoang | 2023-09-12 | 1 | -6/+3 |
| | | | | These `include-children` were to alleviate an issue with empty range language tree, which has been fixed for Neovim nightly/Neovim 0.9.2 | ||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -6/+12 |
| | | | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc | ||||
| * | feat: add py-script injections for html | Pham Huy Hoang | 2023-04-30 | 1 | -0/+23 |
| | | |||||
| * | refactor(vue, html): Update injections | Lucario387 | 2023-01-03 | 1 | -12/+1 |
| | | | | | | | | Update html_tags injections so that html/vue/svelte parsers can use it without having a script/style tag being captured twice Signed-off-by: Pham Huy Hoang <hoangtun0810@gmail.com> | ||||
| * | fix: define indents.scm for html_tags and inherits html and vue from this file | Cyril Mizzi | 2021-11-11 | 1 | -11/+1 |
| | | |||||
| * | refactor: make html-like languages inherit from single query | elianiva | 2021-05-17 | 1 | -41/+3 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * 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 | ||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+2 |
| | | | | Closes #236 | ||||
| * | feat: use @ignore for comments and multiline strings | elianiva | 2021-03-01 | 1 | -0/+2 |
| | | |||||
| * | HTML: capture src attributes as text.uri | Santos Gallegos | 2021-02-26 | 1 | -1/+1 |
| | | |||||
| * | Use eq? | Santos Gallegos | 2021-02-11 | 2 | -4/+4 |
| | | |||||
| * | HTML: improve highlights & injections | Santos Gallegos | 2021-02-11 | 2 | -1/+32 |
| | | |||||
| * | HTML: add folds queries | Santos Gallegos | 2021-02-07 | 1 | -0/+5 |
| | | |||||
| * | feat: added more indent queries | elianiva | 2021-01-14 | 1 | -0/+9 |
| | | |||||
| * | html highlights: add "<!" to tag.delimiters | Stephan Seitz | 2021-01-05 | 1 | -0/+1 |
| | | |||||
| * | feat(injections): add injections to HTML | elianiva | 2020-11-24 | 1 | -0/+5 |
| | | |||||
| * | Add TSTag and TSTagDelimiter groups | TravonteD | 2020-09-18 | 1 | -2/+2 |
| | | | | | | These groups will be added for use with xml-like tags such as html and jsx. | ||||
| * | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | 2020-08-04 | 1 | -0/+1 |
| | | | | | | | | - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes | ||||
| * | refactor: use newly introduced consolidated syntax | TravonteD | 2020-06-20 | 1 | -5/+6 |
| | | |||||
| * | html: Highlight (quoted_attribute_value) as @string | Stephan Seitz | 2020-06-05 | 1 | -0/+1 |
| | | |||||
| * | Add html highlight queries | TravonteD | 2020-06-02 | 1 | -0/+14 |
