fixed newline issues

This commit is contained in:
Anton-4 2021-12-09 13:55:18 +01:00
parent b3420d793f
commit 9a2187ecd2
17 changed files with 147 additions and 138 deletions

View file

@ -44,7 +44,7 @@ pub fn default_highlight_map() -> HashMap<HighlightStyle, RgbaTup> {
(Import, from_hsb(225, 50, 100)),
(Provides, from_hsb(225, 50, 100)),
(Blank, from_hsb(258, 50, 90)),
(Comment, from_hsb(258, 50, 90)), // TODO check color
(Comment, from_hsb(258, 50, 90)), // TODO check color
(DocsComment, from_hsb(258, 50, 90)), // TODO check color
]
.iter()