-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add syntax highlighting and completions for new color scheme preferences #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
P.S. There is another new setting |
Thanks, I missed that :) I may have to find a more reliable documentation (/website) differ, because https://github.com/maliayas/SublimeText_Documentation clearly isn't automated ;) |
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.
Had some time to kill while traveling. Of course there had to be a new release during my vacation ;)
Will catch up on stuff when I'm back home.
Thanks for the PR.
// ^^^^^^^^^^^^^^^^^^^^^^ entity.name.globals.sublime-color-scheme | ||
// ^^^ meta.mapping.value.json string.quoted.double.json | ||
// ^ constant.numeric.json | ||
"selection_border": "#ffffff40", |
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.
This line is missing teas.
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.
That was obviously meant to be "tests".
I'll just add them myself, unless you beat me to it.
3: punctuation.definition.string.end.json | ||
set: [expect-color-string-value, expect-colon] | ||
- match: (")(shadow_width|popup_css|phantom_css)(") | ||
- match: (")(shadow_width|popup_css|phantom_css|selection_corner_radius|selection_border_width)(") |
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.
I suppose the css keys should get their own match with this change, no?
6e0c104
to
5b68ec1
Compare
ST build 3158 added a couple of new color scheme "global" keys. This PR adds syntax highlighting and completions for those.