From 9740d4e95961f0a158ada96e38f9bfbf05c3d484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tymoteusz=20Wo=C5=82od=C5=BAko?= Date: Mon, 15 Feb 2021 09:12:49 +0100 Subject: [PATCH] Few more unicode operators --- julia.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia.nanorc b/julia.nanorc index eda9759..9d81864 100644 --- a/julia.nanorc +++ b/julia.nanorc @@ -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_]*\!?\.?[\(]"