mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fixed ECMAScript private member highlighting (#10554)
This commit is contained in:
parent
615d34a237
commit
bc03b6b5fe
2 changed files with 15 additions and 0 deletions
|
@ -179,6 +179,7 @@ We use a similar set of scopes as
|
|||
- `parameter` - Function parameters
|
||||
- `other`
|
||||
- `member` - Fields of composite data types (e.g. structs, unions)
|
||||
- `private` - Private fields that use a unique syntax (currently just ECMAScript-based languages)
|
||||
|
||||
- `label`
|
||||
|
||||
|
@ -206,6 +207,7 @@ We use a similar set of scopes as
|
|||
- `function`
|
||||
- `builtin`
|
||||
- `method`
|
||||
- `private` - Private methods that use a unique syntax (currently just ECMAScript-based languages)
|
||||
- `macro`
|
||||
- `special` (preprocessor in C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue