Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sublime Text 3 now has font ligature support #502

Merged
merged 3 commits into from Oct 6, 2017

Conversation

alfredbez
Copy link
Contributor

@mrolla
Copy link

mrolla commented Oct 6, 2017

I think it's worth mentioning that for now it's only in dev builds, which a lot of people don't know the existence of.

@thevasya
Copy link

thevasya commented Oct 6, 2017

Right, it would be nice to mention that it only works with dev builds from 3146 and up.

@alfredbez
Copy link
Contributor Author

Thanks, I added a commit which mentions that

@tonsky
Copy link
Owner

tonsky commented Oct 6, 2017

Let’s wait till the proper support. So far lots of bugs and only Windows is supported, is that right?

@alfredbez
Copy link
Contributor Author

[...] only Windows is supported [...]

No, I'm using this on Ubuntu:
image

@asfktz
Copy link

asfktz commented Oct 6, 2017

Works on my mac too:

image

@thevasya
Copy link

thevasya commented Oct 6, 2017

Yeah, I'm also using Ubuntu, and it seems to be working, at least with JavaScript files. There are people who report issues though, and the current implementation probably has a lot of small bugs.

Quick example. Here is some code with built-in Erlang syntax.

image

And here is the same code with built-in Erlang (HTML) syntax.

image

The first example tries to draw a ligature, but it can't connect more than two equality signs for whatever reason. It might be because equality in Erlang only needs two signs, but still it should properly transform != then.

@tonsky
Copy link
Owner

tonsky commented Oct 6, 2017

@thevasya yeah, other editors went through this too. It’s because syntax highlighter actually breaks sequences sometimes

@asfktz @alfredbez thx for confirming, my mistake

Merging now.

FINALLY! YAY!

@tonsky tonsky merged commit 6fe8cad into tonsky:master Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants