Sublime Forum

The Italics part in commented section

#1

The commented parts are getting in Italics. How can I get rid of that?

0 Likes

#2

if you want to disable italics completely, add this to your user preferences:

    "font_options":
	[
		"no_italic",
	],

if you want to disable it just for comments, edit your color scheme:
http://www.sublimetext.com/docs/color_schemes.html#style_rules
http://www.sublimetext.com/docs/color_schemes.html#customization

1 Like

#3

How to minimize the gap between the two lines →

0 Likes

#4

"line_padding_top" and "line_padding_bottom".

0 Likes