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

Operators are sometimes split into two keyword elements #259

@engelfrost

Description

@engelfrost

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions