Open sbfkcel opened 8 years ago
Are you using the Babel plugin? If so, that's probably the cause, try disabling it.
Meanwhile, you can use idiomatic Jade for that case, like this:
for item in site.categories
li.slideMenu__list
a(class='sideMenu__menu #{currentClass}' href=(root + item.path) id=item.id)
span.sideMenu__name= item.name
Not enabled Babel plugin~~ Such wording in Atom is not an error.
@davidrios See above
I have updated the bundle, have you tried the latest version to see if it solves your problem? Which version of sublime are you using?
@davidrios
It has been updated to the latest Problems still seems
SublimeText Version Build 3114
SublimeText Version Build 3121
The problem still exists
I see, it's a problem with the latest version of sublime. I'm looking into it, meanwhile you can revert to the old stable version, build 3103, as a workaround.
@davidrios
okay, thank you. ❤
Jade syntax highlighting errors
Example Code: