robertmeta / nofrils

An extremely minimalist colorscheme, even opting out of the second L in frills
MIT License
324 stars 44 forks source link

Style SpecialComment highlight groups as comments #30

Closed moorereason closed 4 years ago

moorereason commented 4 years ago

The SpecialComment highlight group is supposed to be used for "special things inside a comment," but the official Rust syntax file classifies entire doc comment blocks as a SpecialComment. Therefore, nofrils should not ignore the SpecialComment group, and instead style them as comments.

Fixes #29

0mp commented 4 years ago

That would be nice indeed.