aboutsummaryrefslogtreecommitdiffstats
path: root/queries/php/injections.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-5/+0
|
* feat(format): extra newline after modelinePhạm Huy Hoàng2024-02-291-0/+1
|
* feat: add the php_only parser included in tree-sitter-php (#5876)tk-shirasaka2024-01-201-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 formattingPham Huy Hoang2024-01-191-23/+24
|
* fixup: php injectionsChristian Clason2023-08-121-10/+0
|
* fix(php): heredocs injections & highlightsObserverOfTime2023-08-121-0/+12
|
* Add PHP heredoc and nowdoc injections (#4866)CalebW2023-08-121-3/+13
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-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 textPham Huy Hoang2023-04-141-1/+1
|
* Add regex injections for php (#3592)gbprod2022-10-281-1/+7
|
* feat(php): add queries for bash injectionsgbprod2022-10-121-0/+11
| | | | | This commit allows to inject bash syntax into relevant function arguments and shell expression.
* parsers: add phpdoc parser (experimental)Michael Härtl2022-01-201-1/+1
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-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 Gallegos2021-03-121-1/+3
| | | Closes #236
* Add injections to PHPshirasaka2020-11-241-0/+1