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
Private fields should get the variable.other.member highlight (like public fields do).
Private methods should get the function highlight (like public methods do).
This seems to already be the case, at least in helix 24.7 (cfe80acb). I am using the dark_plus theme.
Summary
The official JavaScript tree-sitter highlights private properties in ES6 classes as:
... field_definition, private_property_identifier
... method_definition, private_property_identifier
However, in Helix these aren't syntax highlighted and
:tree-sitter-highlight-name
reveals that they get no highlight scope at all.variable.other.member
highlight (like public fields do).function
highlight (like public methods do).Reproduction Steps
Code:
Screenshot:
Helix log
No response
Platform
arch
Terminal Emulator
foot 1.17.2
Installation Method
manjaro pacman repo
Helix Version
helix 24.3
The text was updated successfully, but these errors were encountered: