handle transpose operator

This commit is contained in:
Tymoteusz Wołodźko 2021-02-15 09:20:24 +01:00 committed by GitHub
parent 9740d4e959
commit a9c5aeae6e
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 ## operators
color magenta "[.:;,+*|=!\%?]" "<" ">" "/" "-" "&" color magenta "[.:;,+*|=!\%?]" "<" ">" "/" "-" "&"
color magenta "[÷⋅×√∛⊻∈∉∋∌≈≉≠≡≢≤≥∩∪⊆⊇⊈⊉⊊⊋±∘]" color magenta "[÷⋅×√∛⊻∈∉∋∌≈≉≠≡≢≤≥∩∪⊆⊇⊈⊉⊊⊋±∘']"
## functions ## functions
color brightblue "[A-Za-z][A-Za-z0-9_]*\!?\.?[\(]" color brightblue "[A-Za-z][A-Za-z0-9_]*\!?\.?[\(]"
@ -29,7 +29,7 @@ color green start="#=" end="=#"
## chars and strings ## chars and strings
color yellow start="[rb]?["]" end="["]" start="[rb]?["]{3}" end="["]{3}" color yellow start="[rb]?["]" end="["]" start="[rb]?["]{3}" end="["]{3}"
color yellow "[']\\?[^'][']" color yellow "[']\\?[^' ][']"
## string interpolation ## string interpolation
color normal "\$\([^)]*\)" color normal "\$\([^)]*\)"