Merge branch 'upgrade-hasklig-1.1' of https://github.com/fernandomora/nerd-fonts into fernandomora-upgrade-hasklig-1.1

This commit is contained in:
Ryan L McIntyre 2017-11-04 09:11:14 -04:00
commit fbc2a6efc8
101 changed files with 465 additions and 124 deletions

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

View file

@ -12,7 +12,7 @@ Hasklig solves the problem the way typographers have always solved ill-fitting c
Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
[**Download Hasklig Font Family v0.9**](https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip) [**Download Hasklig Font Family v1.1**](https://github.com/i-tu/Hasklig/releases/download/1.1/Hasklig-1.1.zip)
#### Hasklig #### Hasklig
![Hasklig Sample](hasklig_example.png?raw=true) ![Hasklig Sample](hasklig_example.png?raw=true)
@ -21,6 +21,13 @@ Not only can multi-character glyphs be rendered more vividly, other problematic
![Source Code Pro Sample](SourceCodeProSample.png?raw=true) ![Source Code Pro Sample](SourceCodeProSample.png?raw=true)
### Release notes ### Release notes
+ [v1.1](https://github.com/i-tu/Hasklig/releases/tag/1.1)
+ New ligatures `->>`, `:::`, `>=>`, `<=<`, `<=>`, `<->`
+ Switched to newer version of calt code by [Nikita Prokopov](https://github.com/tonsky/FiraCode). It "doesnt apply ligatures to long sequences of chars, e.g. !!!!, >>>>, etc"
+ Fixed `++` and `+++` line inconsistency in heavy italic weights
+ [v1.0](https://github.com/i-tu/Hasklig/releases/tag/1.0)
+ Updates to the latest version of SCP
+ Hasklig moves to a ligature substitution mechanism borrowed from the excellent [Fira Code by Nikita Prokopov](https://github.com/tonsky/FiraCode)
+ [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues. + [v0.9]((https://github.com/i-tu/Hasklig/releases/download/0.9/Hasklig-0.9.zip)): This is a major update so YMMV. Please report any issues.
+ Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/): + Converted to UFO format and updated base fonts to benefit from work done on [Source Code Pro](https://github.com/adobe-fonts/source-code-pro/):
- ***Italics!*** - ***Italics!***
@ -41,10 +48,12 @@ This list is compiled based on reports on the current state of support for code
#### Supported editors #### Supported editors
+ Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*) + Atom (*[since v1.1.0](http://blog.atom.io/2015/10/29/atom-1-1-is-out.html)*)
- Can also be installed as package courtesy of [atom-hasklig](https://atom.io/packages/hasklig) by [adilparvez](https://github.com/adilparvez)
+ BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683)) + BBEdit 11 ([Instructions](https://github.com/i-tu/Hasklig/issues/3#issue-46601683))
+ Chocolat + Chocolat
+ Geany + Geany
+ gEdit + gEdit
+ iTerm2 (*[Currently only using beta build 3.1 and onwards](https://gitlab.com/gnachman/iterm2/issues/3568#note_13118332)*)
+ Kate + Kate
+ Konsole + Konsole
+ KWrite + KWrite
@ -54,20 +63,22 @@ This list is compiled based on reports on the current state of support for code
+ QtCreator (_v.3.2.2 on GNU/Linux x64_) + QtCreator (_v.3.2.2 on GNU/Linux x64_)
+ RStudio + RStudio
+ Smultron + Smultron
+ Terminal (OSX)
+ TextEdit + TextEdit
+ TextMate (_from version 2.0-alpha.9549 onwards_) + TextMate (_from version 2.0-alpha.9549 onwards_)
+ Vico + Vico
+ Visual Studio 2015 + Visual Studio 2015
+ [Visual Studio Code](https://code.visualstudio.com) + Visual Studio Code
+ Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin)) + Xcode (requires [an additional plugin](https://github.com/robertvojta/LigatureXcodePlugin))
+ IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*) + IntelliJ IDEA (*[since v2016.2](https://blog.jetbrains.com/idea/2016/07/intellij-idea-2016-2-is-here)*)
#### No support #### No support
- Emacs - Emacs
- gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._) - gVim (_output corrupted. A_ [patch](https://groups.google.com/forum/#!topic/vim_dev/0sETSAwe5Wo) _exists, but it has not been incorporated into mainstream gVim._)
- iTerm2 ([details](https://gitlab.com/gnachman/iterm2/issues/3568)) - KDevelop 4
- Notepad++
- Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/)) - Sublime Text (_Vote for the enhancement_ [**here**](http://sublimetext.userecho.com/topics/4719-does-sublimetext-support-programming-ligatures-fontlike-fira-code/))
- Terminal (OSX)
- Xamarin Studio/Monodevelop - Xamarin Studio/Monodevelop

Some files were not shown because too many files have changed in this diff Show more