mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ color cyan "(\||@|!|:|_|~|=|\\|;|\(\)|,|\[|\]|\{|\})"
|
||||||
color magenta "(==|/=|&&|\|\||<|>|<=|>=)"
|
color magenta "(==|/=|&&|\|\||<|>|<=|>=)"
|
||||||
|
|
||||||
## Various symbols
|
## Various symbols
|
||||||
color cyan "(->|<-)"
|
color cyan "(->|<-|=>)"
|
||||||
color magenta "\.|\$"
|
color magenta "\.|\$"
|
||||||
|
|
||||||
## Data constructors
|
## Data constructors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue