Add pretty-symbols-alist support to scala

Closes #2705

Co-authored-by: Ashkan <ashkan.aleali@gmail.com>
This commit is contained in:
Henrik Lissner 2020-06-07 14:21:45 -04:00
parent 912961b46d
commit fa1743eee8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 32 additions and 1 deletions

View file

@ -20,6 +20,7 @@
:float ""
:str "𝕊"
:bool "𝔹"
:list "𝕃"
;; Flow
:not ""
:in ""
@ -31,6 +32,9 @@
:return ""
:yield ""
;; Other
:union ""
:intersect ""
:diff ""
:tuple ""
:pipe "" ;; FIXME: find a non-private char
:dot "")