Closed Wilfred closed 3 years ago
I'll update this to handle namespaces. I don't think it's possible to mark a pull request as 'draft' once it's published, unfortunately.
OK, this now does the right thing with all of the following:
$x = Foo`1`;
$y = \Foo`1`;
$z = bar\Foo`1`;
Should be good to merge now :)
Improved case sensitivity in regexps, so we correctly handle Foo`true`
.
Hack is exploring expression trees, and it'd be great to have highlighting for this new syntax ready to go.
Given the code
highlight
Foo
as a type.Before:
After: