Sublime Forum

Highlighting issue w/ Sublime 3 - HTML

#1

I’ve been using Sublime for a while but am seeing something odd that’s popped up recently.

In a project I’m working on the HTML files are often showing some odd highlighting issues. Not sure what’s causing this but it tends to be tied to parts of html files that include tags.
link to image: http://i.imgur.com/BVQjnnJ.png

0 Likes

#2

sorry, it looks like the image I attached isn’t coming through

Here’s a Link

0 Likes

#3

hard to advise without seeing your code before the highlighting goes wonky, but maybe you are writing JavaScript that isn’t supported by the default package and need to use something like https://packagecontrol.io/packages/Babel instead

0 Likes