| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -89/+0 |
| | | |||||
| * | fix(rust): inject regex into RegexBuilder instead of ByteRegexBuilder | may | 2025-03-08 | 1 | -2/+2 |
| | | |||||
| * | fix(rust): inject html and json in macro invocations (#7715) | ginnyTheCat | 2025-03-08 | 1 | -10/+4 |
| | | |||||
| * | fix(rust): regex injections, highlights | Riley Bruins | 2024-10-27 | 1 | -4/+8 |
| | | | | | | | | | | **Problem:** Rust's regex injections were not applied since the string content is behind a `(string_content)` node, and the injections were applied to the parent node without the `include-children` directive. **Solution:** Apply the injections to the string content. Also highlight them accordingly. | ||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -54/+42 |
| | | |||||
| * | feat(rust): add more regex injection queries | Amaan Qureshi | 2024-02-25 | 1 | -2/+30 |
| | | |||||
| * | feat(slint)!: change to the official parser (#6027) | Tobias Hunger | 2024-02-09 | 1 | -0/+20 |
| | | | | | | | | | | | | This change replaces the slint parser written and maintained by @jrmoulton with the official one hosted in the slint-ui organization on github. A huge thank you to @jrmoulton for all his work on the tree-sitter parser! --------- Co-authored-by: jrmoulton <jaredmoulton3@gmail.com> | ||||
| * | fix(rust): Follow upstream injections | Phạm Huy Hoàng | 2024-01-24 | 1 | -1/+2 |
| | | | | | | | tree-sitter-rust and helix both have `injection.include-children` for the pattern in this PR. So it's best to changed to match the intended results | ||||
| * | chore: format queries | Phạm Huy Hoàng | 2024-01-21 | 1 | -2/+1 |
| | | |||||
| * | chore(rust): tweak injections, add json macro injection | Amaan Qureshi | 2024-01-19 | 1 | -1/+1 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -18/+30 |
| | | |||||
| * | feat: add Doxygen | Amaan Qureshi | 2023-08-26 | 1 | -1/+1 |
| | | |||||
| * | feat: add re2c | Amaan Qureshi | 2023-08-24 | 1 | -0/+4 |
| | | |||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -14/+19 |
| | | | | | | | | | | 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 | ||||
| * | injections(rust): inject regex into `Regex::new` | Stephan Seitz | 2021-12-14 | 1 | -0/+13 |
| | | |||||
| * | rust: inject html to html! macro | tami5 | 2021-06-21 | 1 | -0/+9 |
| | | |||||
| * | 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/+5 |
| | | | | Closes #236 | ||||
| * | started branch | Brian Shu | 2021-01-07 | 1 | -0/+7 |
