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

$ recognized as word boundary #183

Open
felixhao28 opened this issue Dec 26, 2018 · 1 comment
Open

$ recognized as word boundary #183

felixhao28 opened this issue Dec 26, 2018 · 1 comment

Comments

@felixhao28
Copy link

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

@sadikovi
Copy link
Contributor

Other issues related to $: #33.

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

2 participants