-
Notifications
You must be signed in to change notification settings - Fork 51
Conversation
It's weird. I didn't see Also add |
I agree. Those |
I only added it to stay coherent with the other scopes. I find it weird too.
Why |
I see
More subscopes let us more possibility of customization. Yes, there is no
TextMate docs are very unclear. I created an issue before writing clear docs for Atom. My bad. |
Okay, makes sense. |
@50Wliu I think this is ready :) |
@@ -263,6 +263,10 @@ | |||
'name': 'keyword.other.source.cs' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Var needs to be removed in the match
above this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks!
Correct scope for var keyword
As reported in #33, the current scope for
var
is incorrect. This PR changes it tostorage.type.source.cs
.