(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
1 changed files with 1 additions and 1 deletions

View File

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