Skip to content

Conversation

@ryboe
Copy link
Owner

@ryboe ryboe commented Jun 9, 2020

Resolve #131

I disabled inline styling because #107 was causing widespread pain. CSS3 has so many syntax highlighting contexts that it was exceeding a hard limit of 25,000 contexts set by Sublime. This caused breakages of HTML, PHP, and any other language that embeds the HTML syntax (which embeds source.css).

I made several failed attempts to fix this issue before finally giving up and disabling inline styling. Then, the issue magically went away somewhere around Sublime build 3209. I can't reproduce #107 anymore, so I'm going to try reenabling inline styling🤞😬

I disabled this because #107 was causing widespread pain. CSS3 has so
many syntax highlighting contexts that it was exceeding a hard limit of
25,000 contexts set by Sublime. This caused breakages of HTML, PHP, and
any other language that embeds the HTML syntax (which embeds source.css).

I made several failed attempts to fix this issue before finally giving
up and disabling inline styling. Then, the issue magically went away
somewhere around Sublime build 3209. I can't reproduce #107 anymore, so
I'm going to try reenabling inline styling.
@ryboe ryboe merged commit 559a815 into master Jun 9, 2020
@ryboe ryboe deleted the enable_inline_sytling branch June 9, 2020 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

after installing CSS3 plugin css styles within html has gone

2 participants