Merge pull request #289 from Wasby/patch-1

(Haskell) Made "=>" cyan.
This commit is contained in:
Anthony Scopatz 2020-03-14 19:41:26 -04:00 committed by GitHub
commit 31e9fd8c8d
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