Improved syntax highlighting support for Rust#240
Merged
arcticicestudio merged 1 commit intoJan 24, 2022
Merged
Conversation
Contributor
|
Hi @vhladko 👋, thanks for your contribution 👍 |
Contributor
Author
|
Hey there @arcticicestudio, cool, waiting for your feedback ! :) |
Contributor
Author
|
Hello, @arcticicestudio , any updates on this one ? |
arcticicestudio
requested changes
Jan 13, 2022
43ca4fd to
362fca9
Compare
Contributor
Author
|
@arcticicestudio sure, I did't want to push you. I've applied all your suggestions. |
svengreb
approved these changes
Jan 24, 2022
arcticicestudio
approved these changes
Jan 24, 2022
Contributor
arcticicestudio
left a comment
There was a problem hiding this comment.
Looks good to me, thanks again 🚀
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Resolves #167
Improved syntax highlighting support for Rust.
#8FBCBB;#88C0D0and bold font to make them visually different from "normal" functions.#5E81AC.#A3BE8Cto meet whole string color. ( Not sure about this one, in TS they are different, but in a Vim theme, they are equal for Rust language )Before
After