Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Operators are sometimes split into two keyword elements #259

Closed
engelfrost opened this issue Nov 18, 2015 · 3 comments
Closed

Operators are sometimes split into two keyword elements #259

engelfrost opened this issue Nov 18, 2015 · 3 comments

Comments

@engelfrost
Copy link

The expression a !== b is split into

<span class="source js">
    a
    <span class="keyword operator js">!=</span>
    <span class="keyword operator js">=</span>
    b
</span>

instead of:

<span class="source js">
    a
    <span class="keyword operator js">!==</span>
    b
</span>

This prevents ligatures from working in fonts like FiraCode.

@gusaiani
Copy link

+1

@MaximSokolov
Copy link
Contributor

Was fixed in #225

@winstliu
Copy link
Contributor

The fix should be in the latest 1.3.0 betas already.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants