1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-05 09:10:00 +01:00

(Haskell) Made "=>" cyan.

See 31e9fd8c8d
This commit is contained in:
Aiden Gall 2020-03-15 14:08:19 +00:00 committed by GitHub
parent 60ec647642
commit 861084420a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ color cyan "(\||@|!|:|_|~|=|\\|;|\(\)|,|\[|\]|\{|\})"
color magenta "(==|/=|&&|\|\||<|>|<=|>=)"
## Various symbols
color cyan "(->|<-)"
color cyan "(->|<-|=>)"
color magenta "\.|\$"
## Data constructors