| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -5/+0 |
| | | |||||
| * | feat(format): extra newline after modeline | Phạm Huy Hoàng | 2024-02-29 | 1 | -0/+1 |
| | | |||||
| * | feat: add the php_only parser included in tree-sitter-php (#5876) | tk-shirasaka | 2024-01-20 | 1 | -44/+1 |
| | | | | | | | | | Add parser `php_only` for PHP files without HTML embedded. Make queries for combined parser `php` inherit from `php_only` (no extensions needed). --------- Co-authored-by: shirasaka <tk.shirasaka@gmail> | ||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -23/+24 |
| | | |||||
| * | fixup: php injections | Christian Clason | 2023-08-12 | 1 | -10/+0 |
| | | |||||
| * | fix(php): heredocs injections & highlights | ObserverOfTime | 2023-08-12 | 1 | -0/+12 |
| | | |||||
| * | Add PHP heredoc and nowdoc injections (#4866) | CalebW | 2023-08-12 | 1 | -3/+13 |
| | | |||||
| * | chore(injections)!: update injection syntax to 0.9 | Pham Huy Hoang | 2023-08-12 | 1 | -5/+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 | ||||
| * | fix(php_inject): add missing @combined to text | Pham Huy Hoang | 2023-04-14 | 1 | -1/+1 |
| | | |||||
| * | Add regex injections for php (#3592) | gbprod | 2022-10-28 | 1 | -1/+7 |
| | | |||||
| * | feat(php): add queries for bash injections | gbprod | 2022-10-12 | 1 | -0/+11 |
| | | | | | | This commit allows to inject bash syntax into relevant function arguments and shell expression. | ||||
| * | parsers: add phpdoc parser (experimental) | Michael Härtl | 2022-01-20 | 1 | -1/+1 |
| | | |||||
| * | 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 | -1/+3 |
| | | | | Closes #236 | ||||
| * | Add injections to PHP | shirasaka | 2020-11-24 | 1 | -0/+1 |
