You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Steps to Reproduce
Create a new empty file.
Change language mode to PHP.
Enter the following:
<?phpif ($x instanceof Y) { }
I would expect instanceof to have the scope keyword.operator.instanceof or keyword.operator.expression.instanceof, but instead it has keyword.operator.type`.
Reproduces how often: always
Versions
Version 0.44.4 of the grammar, from commit 882f6c0
Prerequisites
Description
Steps to Reproduce
Create a new empty file.
Change language mode to PHP.
Enter the following:
I would expect
instanceof
to have the scopekeyword.operator.instanceof
orkeyword.operator.expression.instanceof
, but instead it has keyword.operator.type`.Reproduces how often: always
Versions
Version 0.44.4 of the grammar, from commit 882f6c0
Additional Information
Tested in VS Code version 1.44
Originally from @stakx in microsoft/vscode#94979
The text was updated successfully, but these errors were encountered: