Closed tobil4sk closed 2 months ago
Package names are now highlighted with @module, and type names are highlighted with @type.
@module
@type
This also removes the need for nested highlighting queries for package and import statements, so longer type paths will still highlight properly.
Before:
After:
Package names are now highlighted with
@module
, and type names are highlighted with@type
.This also removes the need for nested highlighting queries for package and import statements, so longer type paths will still highlight properly.
Before:
After: