Sublime Forum

Color the comments

#1

Is there any way to adjust the color of comments in certain types of syntaxes standards? E.g. if I want to make it brighter.

0 Likes

#2

The colors of syntactic elements are defined in color schemes. You can read about them here: https://www.sublimetext.com/docs/color_schemes.html

1 Like

#3

Thank you. Can you please guide me a little on how to do this? can I choose just particular comment to do so? or a line?

0 Likes

#4

You can’t choose particular comments, although you could make a custom syntax and highlight annotated comments specially. That’s a fair bit more involved though.

0 Likes

#5

you can assign a dedicate color for the scope MAIN_SCOPE_OF_YOUR_SYNTAX comment. ctrl+shift+alt+p should reveal the main scope of your syntax. It usually starts with source. or text..

0 Likes

#6

Noted! thank you.

0 Likes

#7

Thank you so much!

0 Likes