| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Removed the reflection mechanism mentioned in #366
- Made `SemanticTokenModifiers` into a `bit_set`.
Since modifiers allow multiple flags.
- Removed all semantic tokens for keywords,
as they WILL be highlighted by the syntax highlighter.
- Added a bunch of missing semantic tokens in `visit_node` and `visit_selector`
- Added a bit_set visit code to `visit_node`
- Added readonly modifiers to value declarations
|