1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-04 00:31:49 +03:00

Comment out x in emacs font lock config.

Chris Carpenter 2016-08-11 22:35:16 -05:00
parent 589ed5371d
commit 0ed6acd733

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