liviuschera / noctis

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold colors
https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis
MIT License
554 stars 67 forks source link

Edit Scala syntax highlight #34

Closed kiendang closed 4 years ago

kiendang commented 4 years ago

This PR Scala edits 2 things about Scala syntax highlighting.

Highlight quoted characters

Before

Screen Shot 2019-12-03 at 4 11 19 PM

After

Screen Shot 2019-12-03 at 4 07 11 PM

Highlight declaration keywords the same way, i.e. highlight val, var the same way as def since semantically in Scala def and val almost serve the same purpose, only differ in evaluation strategy (lazy vs eager).

Before

Screen Shot 2019-12-03 at 4 14 04 PM

After

Screen Shot 2019-12-03 at 4 11 58 PM
liviuschera commented 4 years ago

Cheers mate!