1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Wouldn't it be something like this, I can really only think of those two use cases for the 'x' glyph to change,

Triavanicus 2018-11-10 05:40:55 -06:00
parent 70c45142a2
commit f113ffeafc

@ -179,7 +179,7 @@ None of the above worked for me for emacs 24.5.1 on Debian Linux. So, after @sie
("[^<]\\(~~\\)" #Xe168)
("\\(~~>\\)" #Xe169)
("\\(%%\\)" #Xe16a)
;; ("\\(x\\)" #Xe16b) This ended up being hard to do properly so i'm leaving it out.
("[0\[]\\(x\\)" #Xe16b)
("[^:=]\\(:\\)[^:=]" #Xe16c)
("[^\\+<>]\\(\\+\\)[^\\+<>]" #Xe16d)
("[^\\*/<>]\\(\\*\\)[^\\*/<>]" #Xe16f))))