mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Made "=>" cyan.
Added "=>" (typeclass constraint) because the "equals" appeared cyan and the "more than" appeared magenta. This should be one colour (cyan) as it is one symbol.
This commit is contained in:
parent
3a1a94936c
commit
6e22afe76f
@ -12,7 +12,7 @@ color cyan "(\||@|!|:|_|~|=|\\|;|\(\)|,|\[|\]|\{|\})"
|
||||
color magenta "(==|/=|&&|\|\||<|>|<=|>=)"
|
||||
|
||||
## Various symbols
|
||||
color cyan "(->|<-)"
|
||||
color cyan "(->|<-|=>)"
|
||||
color magenta "\.|\$"
|
||||
|
||||
## Data constructors
|
||||
|
Loading…
Reference in New Issue
Block a user