You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
GitHub's markdown correctly highlights is, but it's not highlighted in Atom.
For example:
try {
awaitAPI.makeCall();
} catch(e) {
if (e isSocketException) {
/*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.
The text was updated successfully, but these errors were encountered:
sumanthratna
changed the title
is keyword is not highlightedis keyword is not highlighted
Mar 31, 2019
sumanthratna
changed the title
is keyword is not highlighted
"is" keyword is not highlighted
Mar 31, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
GitHub's markdown correctly highlights
is
, but it's not highlighted in Atom.For example:
I took a look at
grammars/dart.cson
and it appears that theis
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.The text was updated successfully, but these errors were encountered: