Sublime Forum

HTML DEBUG (tag typo)

#1

Hi I am new to sunblime.
When i write HTML on sublime, i meet one issue.
While i enter the wrong tag name like entering instead of
This is a wrong tag name.
Does sublime provide any warning message for the tag typo?
thanks!

0 Likes

#2

out of the box, no. But you can probably find a plugin to provide that functionality.

0 Likes

#3

Maybe add a color scheme rule to highlight entity.name.tag.other different?

0 Likes

#4

you may need to escape the html tag when writing with markdown (which Discourse uses) like <this><div />.

Or enclose them inside code syntax <like /><this />

0 Likes