mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
cleanup
This commit is contained in:
parent
a4d59ae0e7
commit
cda90d987c
8 changed files with 25 additions and 45 deletions
|
@ -20,9 +20,9 @@ pub enum HighlightStyle {
|
|||
Blank,
|
||||
Comment,
|
||||
DocsComment,
|
||||
UppercaseIdent, // TODO remove other HighlightStyle subtypes of UppercaseIdent?
|
||||
LowercaseIdent, // TODO remove other HighlightStyle subtypes of LowercaseIdent?
|
||||
Keyword, // if, else, when
|
||||
UppercaseIdent,
|
||||
LowercaseIdent, // TODO we probably don't want all lowercase identifiers to have the same color?
|
||||
Keyword, // if, else, when...
|
||||
}
|
||||
|
||||
pub fn default_highlight_map() -> HashMap<HighlightStyle, RgbaTup> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue