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

HTML self-closing tag ligatures not fully supported with void elements. #353

Closed
edward-shen opened this issue Jan 28, 2017 · 2 comments
Closed

Comments

@edward-shen
Copy link

All HTML void tags and how FiraCode interacts with them are shown below.

Imgur

Although some void tags such as <base /> and <img /> have proper self-closing ligatures, other tags such as <hr /> and <embed />are not properly supported.

FiraCode Version: 1.204
Behavior can be seen on Atom 1.13.1 ia32.

@wopian
Copy link
Contributor

wopian commented Jan 28, 2017

This seems to be specific specific to Atom (1.13.1), tested with clean install of Atom 1.13.1 and got same issue.

They display fine on VS 2017 RC 4.6, VS Code 1.8.1 & Sublime 3 3126 however.

(/ at the end of self-closing tags in HTML5 is optional and should be omitted)

@tonsky
Copy link
Owner

tonsky commented Jan 28, 2017

It’s obvious from screenshot that it’s syntax highlighter issue. / and > are highlighted as differnt tokens. If that bothers you, open an issue in Atom repo

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

No branches or pull requests

3 participants