Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support php_only parser #69

Merged
merged 1 commit into from
Jan 18, 2025
Merged

Conversation

soifou
Copy link
Contributor

@soifou soifou commented Jan 18, 2025

The php parser has been split into two distinct parsers for quite some
time; php and php_only.

See tree-sitter/tree-sitter-php#192

This change allow to use node actions when only php_only parser is
installed.

The php parser has been split into two distinct parsers for quite some
time; `php` and `php_only`.

See [tree-sitter/tree-sitter-php#192]

This change allow to use node actions when only `php_only` parser is
installed.
@CKolkey CKolkey merged commit 5d749d8 into CKolkey:master Jan 18, 2025
1 of 2 checks passed
@soifou soifou deleted the feat/php_only branch January 18, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants