1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-29 01:19:50 +02:00

Merge pull request #290 from Wasby/patch-1

(Haskell) Made "=>" cyan.
This commit is contained in:
Anthony Scopatz 2020-03-15 17:29:03 -04:00 committed by GitHub
commit ec49162b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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