Sublime Forum

Dracula Syntax Highlighting

#1

Hello,

I just installed the newly released Sublimetext 3 and I’m not getting fully syntax highlting with Dracula Theme. I’m not sure if this is from the theme or sublime text. I compared the highlighting to another editor program and it was correct. Has anyone had this issue before or know what the cause could be?

Thank you,
James

0 Likes

#2

Many changes were made to the syntax-files to find a kind of standard scope name strategy which satisfies the needs of most/all default languages. Those changes may require updates to the existing color schemes to support the new features.

The goal is to achieve the same highlighting experience for all the default languages with a minimal set of scopes needed to be addressed by color schemes.

Therefore you might need to file an issue at the Dracula Theme github repo to ask for an update.

1 Like

#3

I think the SublimeLinter (SL) plugin cause this problem, SL can replace some color from the normal color theme, I make the SL disabled ,so the Color Theme became fully normal.

settings like this:

“ignored_packages”:
[
“SublimeLinter”,
“Vintage”
],

0 Likes

#4

I don’t think that’s it. I don’t have the linter installed.

0 Likes