You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure what has changed in Sublime Text in build 4166, but all JavaScript/TypeScript code that's somehow nested inline (so almost all code in a lot of cases) is now italic:
This wasn't the case in the previous builds and it makes code much less readable. The reason I'm creating an issue here is that other color schemes like Monokai use italic sparingly just for arguments, class names etc.:
I think Neon's usage of italic was just like that in older Sublime Text builds. Forcing no_italic in font_options as a workaround is almost just as bad as having all italic. Could you please have a look at what's causing this? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I'm not sure what has changed in Sublime Text in build 4166, but all JavaScript/TypeScript code that's somehow nested inline (so almost all code in a lot of cases) is now italic:
This wasn't the case in the previous builds and it makes code much less readable. The reason I'm creating an issue here is that other color schemes like Monokai use italic sparingly just for arguments, class names etc.:
I think Neon's usage of italic was just like that in older Sublime Text builds. Forcing
no_italic
infont_options
as a workaround is almost just as bad as having all italic. Could you please have a look at what's causing this? Thanks.The text was updated successfully, but these errors were encountered: