Christian Frøystad
Christian Frøystad
I can only answer the two first questions right now, due to not knowing the answer to the remaining questions yet 🙂 > Why is exponentiation_expression a part of _unary_expression?...
It seems that the error control being placed under unary also comes from [the specification](https://github.com/php/php-langspec/blob/master/spec/10-expressions.md#unary-operators). However, once again I believe the specification is wrong (to my knowledge it's not been...
Thanks for reporting! I don't have time to do a deep investigation right now, but from a quick glance I guess we'll need to make a few updates to [highlight.scm](https://github.com/tree-sitter/tree-sitter-php/blob/master/queries/highlights.scm)...
I've updated the highlights file to fix this and your other issues. Thanks for reporting!
First, thanks for making Psalm, @muglug - it makes it possible to sleep at night while working with PHP 🙂 Regarding phpdoc, I came across [a preexisting implementation](https://github.com/john-nguyen09/tree-sitter-phpdoc). I've not...
In case it might help with debugging: We've observed this problem on platforms where connections are dropped silently after a few minutes of inactivity (for Azure, the limit is about...
I've yet to dig into the details, but it seems [this tool](https://github.com/mwhudson/livefs-editor) which is specifically made to modify Ubuntu Server images, should hold most of the answers we're looking for.
Thank you! Replacing the kernel in a separate invocation before the rest solved the issue! I'll just add another step to my build for now :slightly_smiling_face: > How are you...
In case it could be helpful, I've implemented string parsing for PHP in the tree-sitter-php repository. Please use whatever is useful to you: https://github.com/tree-sitter/tree-sitter-php/pull/72
@girishranganathan we're still seeing this issue with rkubelog:r19rc2. I've been unable to identify any pattern to when or why it happens, but a simple restart always fixes the problem. The...