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
- Host: GitHub
- URL: https://github.com/cloud11665/firacode-hy
- Owner: cloud11665
- License: ofl-1.1
- Created: 2021-06-08T21:57:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T22:02:40.000Z (about 5 years ago)
- Last Synced: 2025-05-13T21:19:08.063Z (about 1 year ago)
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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