This pull request sets keywords that have been escaped using @ to the standard source class, mimicking the default behavior of visual studio.
The reason its done by setting keywords preceded by @ to meta.class.body.source.cs rather than simply ignoring, is that as far as i am aware this can't be done efficiency in regex without using a lookbehind.
This pull request sets keywords that have been escaped using @ to the standard source class, mimicking the default behavior of visual studio. The reason its done by setting keywords preceded by @ to meta.class.body.source.cs rather than simply ignoring, is that as far as i am aware this can't be done efficiency in regex without using a lookbehind.