-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type highlighting (including nested generics) in Kotlin lexer (#1322
) The Kotlin lexer does not highlight a property's type nor does it properly highlight nested generics, e.g. `Array<Array<Boolean>>`. This commit fixes both issues.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters