Open mmanela opened 5 months ago
The grammar is missing the nameof operator
nameof
Grammar does not contain a definition for the nameof operator which prevent a highlighting query from targeting that.
$d[nameof C] = 4;
Which makes a query like this fail
[ "nameof" ] @keyword.operator
I expect the nameof operator to be listed in the grammar
Describe the bug
The grammar is missing the
nameof
operatorRequirements
To Reproduce
Grammar does not contain a definition for the
nameof
operator which prevent a highlighting query from targeting that.Which makes a query like this fail
Expected behavior
I expect the
nameof
operator to be listed in the grammar