Sublime Forum

What should I do with the wrong syntax highlighting?

#1

I’m having a problem. When I click on the closing tag, a question mark lights up, but when I paste this code into w3c validator he says “Hey, dude! Great code!”


What shall I do O_O?

0 Likes

#2

A question mark in the gutter area? BracketHighlighter is known to display a question mark, if it is unable to find the corresponding opening tag. This doesn’t need to be an error in code. BracketHighlighter just looks for the opening tag in a predefined number of lines above the closing tag. If the opening tag is too far away, BracketHighlighter just doesn’t see it.

0 Likes