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

$ recognized as word boundary #183

@felixhao28

Description

@felixhao28

Description

class $Apple {
    void $func$tion() {
        this_x = 5;
        this$xx = 4;
        abc$xx = 5;
        x = 5;
        int abc$xx = 5;
        int abc_xx = abc$xx;
        $App$le this$_xx = abc$xx;
    }
}

Code like this messes up the highlight pretty bad. This is what looks like now:

image

This is what should look like:

image

Version:
7c3d0d3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions