An open API service indexing awesome lists of open source software.

https://github.com/cloud11665/firacode-hy

Fork of the FiraCode font with added ligatures for the hy programming language
https://github.com/cloud11665/firacode-hy

Last synced: 5 months ago
JSON representation

Fork of the FiraCode font with added ligatures for the hy programming language

Awesome Lists containing this project

README

          

# FiraCode-hy
Fork of the FiraCode font with added ligatures for the hy programming language

## why?
I liked the idea of the vim-hy plugin, but i dont use vim. So i made it editor-agnostic!

ligature mapping:
```
(fn -> (λ
(defn -> (ƒ
(sum -> (∑
(in -> (∈
(not-in -> (∉
(and -> (∧
(or -> (∨
(not -> (¬
(for -> (∀
(None -> (∅
(some -> (∃
```

Based on:
--------
https://github.com/tonsky/FiraCode (base font)

https://github.com/hylang/vim-hy (idea)

Made using FontForge