| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
`type` string instead of the token's TextMate scopes stack, so selectors like `entity.other` would not match `entity.other.inherited-class.java` and required TM4E-specific token types as a workaround. Now tmTheme-style themes (json/yaml/plist/xml) match against the real scopes stack; CSS themes remain unchanged.
| Back | FazBrowse Home | New Git URL |
Themes in TextMate formats were matched against TM4E's encoded token type string instead of the token's TextMate scopes stack, so selectors like entity.other would not match entity.other.inherited-class.java and required TM4E-specific token types as a workaround.
Now tmTheme-style themes (json/yaml/plist/xml) match against the real scopes stack; CSS themes remain unchanged.
Addresses #983