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
Remove configuration variables for highlights (#97)
Closes#95
Keep the `dart_html_in_strings` variable since it has behavior that
can't be changed with highlight groups.
Remove the `dart_highlight_types` and `dart_corelib_highlight`
variables. The behavior from setting these can be achieved by linking
specific highlight groups to `Normal`.
Move the lowercase "primitive" type names from `dartCoreType` to
`dartSdkClass` since they fit better alongside `String`. The ones
remaining in `dartCoreType` are still a "type", or at least often used
in a similar way, but have no class definition. When we add `Never` it
will be a `dartCoreType`.
Add a doc section that describes the highlight groups that are most
likely to be configured with an example of how to disable them.
Rename some groups from "core" to "sdk" since they are more broad than
the `dart:core` library. Use singular names for all highlight groups.
Adjust some spacing for better alignment within the syntax file.
0 commit comments