Few more unicode operators

This commit is contained in:
Tymoteusz Wołodźko 2021-02-15 09:12:49 +01:00 committed by GitHub
parent ca2c0ac8b3
commit 9740d4e959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ color brightcyan "\<(quote|return|struct|true|try|using|while)\>"
## operators
color magenta "[.:;,+*|=!\%?]" "<" ">" "/" "-" "&"
color magenta "[÷√∛⊻∈∉∋∌≈≉≠≡≢≤≥∩∪⊆⊇⊈⊉⊊⊋±]"
color magenta "[÷⋅×√∛⊻∈∉∋∌≈≉≠≡≢≤≥∩∪⊆⊇⊈⊉⊊⊋±]"
## functions
color brightblue "[A-Za-z][A-Za-z0-9_]*\!?\.?[\(]"