Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

"is" keyword is not highlighted #1188

Open
sumanthratna opened this issue Mar 31, 2019 · 0 comments
Open

"is" keyword is not highlighted #1188

sumanthratna opened this issue Mar 31, 2019 · 0 comments

Comments

@sumanthratna
Copy link

sumanthratna commented Mar 31, 2019

GitHub's markdown correctly highlights is, but it's not highlighted in Atom.
For example:

try {
    await API.makeCall();
} catch(e) {
    if (e is SocketException) {
        /*do something*/
    }
}

I took a look at grammars/dart.cson and it appears that the is keyword has been accounted for. I'm not great with RegExes so I can't directly fix it, but I think it's where the problem lies.

@sumanthratna sumanthratna changed the title is keyword is not highlighted is keyword is not highlighted Mar 31, 2019
@sumanthratna sumanthratna changed the title is keyword is not highlighted "is" keyword is not highlighted Mar 31, 2019
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

1 participant