Closed omniomi closed 6 years ago
Fixed negative / positive markers:
@tylerl0706, sounds good. Last night I setup a src clone of VS Code that is pulling syntax directly from my repo for testing. Will also write a tool that I'll submit to the repo to make it easier to test without building VS Code from source.
That'd be awesome 👍 making it easy to test and contribute is so good
Using the following in a .tmTheme file:
to make numerics bright red for testing. The result is this:
because they're being coloured by the
keyword
scope.I am proposing something closer to how it's handled in the C# language syntax file which more accurately represents numerics and allows theming within the
constant.numeric
scope.