Skip to content

Commit

Permalink
Commented a scope to prevent colors in certain HTML attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Feb 16, 2019
1 parent 5bb73c0 commit eb075f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ColorHelper.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
// CSS3, CSS3 in HTML etc. (based on: https://packagecontrol.io/packages/CSS3)
"meta.value.css -comment -string",
// HTML attributes (based on: Sublime Default)
"meta.tag.inline.any.html string.quoted -constant.character.entity.html",
// "meta.tag.inline.any.html string.quoted -constant.character.entity.html", (Commented to prevent colors in certain HTML attributes)
"meta.tag.any.html meta.attribute-with-value.style.html"
],
"scan_completion_scopes": [],
Expand Down

0 comments on commit eb075f8

Please sign in to comment.