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.

-> operator doesnt tokenize correctly #177

@drewcassidy

Description

@drewcassidy

The -> operator does not tokenize correctly, evident when using a font with code ligatures like Fira Code. Instead it is tokenized as a - and a >.

screen shot 2016-11-28 at 9 28 51 am

it should be part of a single span:
screen shot 2016-11-28 at 9 30 50 am

In the developer console, it currently shows as this:

<span class="keyword operator c">-</span>
<span class="keyword operator comparison c">></span>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions