This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
forked from ThisIsMissEm/jade-tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 30
Jade syntax highlighting errors #78
Comments
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 |
@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? |
It has been updated to the latest |
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. |
okay, thank you. ❤ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Jade syntax highlighting errors
Example Code:
The text was updated successfully, but these errors were encountered: