Andrew Dupont
Andrew Dupont
A user on Discord reported that constructors and some builtin functions were no longer highlighted like functions. For instance, `Bar` and `unset` below were highlighted like plain text: ```php $foo...
> In the screenshot, hovering over line 30 toggles the folding twistie. Hovering over line 36 does not (it used to) That is _ridiculous_ and I had no idea it...
[Indentation fix](https://github.com/pulsar-edit/pulsar/pull/859/commits/5aef671f5c9960cfec609ec44b476a2c6512f5e9) now present in #859. > Also, @savetheclocktower could the issue be in the HTML parser and not in PHP? In the posted screenshot, the 2 chunks of PHP...
> That's a huge shame. I've found that massively useful for my professional work every since I began using Atom. The good news is that this feature isn't going away;...
> Hello. I'd like to report the followings. @claytonrcarter, these lines cause errors in the PHPDoc parsing: ```php /** @var array $arrOfArr */ /** @var array $arrOfArrOfStr */ /** @var...
@Digitalone1, [this commit](https://github.com/pulsar-edit/pulsar/pull/859/commits/c2fb3075dfc91d09ac0323662c377d0d15fc8081) should fix most of what you're seeing in that code example. However, I wasn't able to reproduce the lack of highlighting of variables in the PHPDoc snippet:...
@garrettboone reported in #887 that the PHP grammar is using HTML comment delimiters inside of PHP sections. This happened because we weren't annotating _any_ parts of the buffer with the...
I pushed [this commit](https://github.com/pulsar-edit/pulsar/pull/859/commits/46877b05ff21c0f55d3c25483924137db37b5b2a) about an hour ago. Now each `` range should have the `source.php` scope and either a `meta.embedded.line.php` scope or a `meta.embedded.block.php` scope depending on whether it...
I had to push a couple of fixes to the new system I described above. I also noticed that `tree-sitter-php` has seen some major updates even since I last updated...
@garrettboone, give the latest build a shot — the one [on this page](https://github.com/pulsar-edit/pulsar/actions/runs/7606603836). Apologies; PHP wasn't working on CI builds for most of Sunday because of an error I made.