-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sublime Build 3103 HTML Highlighting #101
Comments
Just checked and everything seems to be okay. No other issues from other users. So I guess there is something off with your setup. |
I disabled all packages except Djaneiro and tried again with built in colour scheme All Hallow's Eve: edit: I just realized, I don't know how your project works, but if you're sure this isn't an issue with Djaneiro, is it caused by Sublime? |
Yeah, I see the problem now. I need to rewrite syntax file at some point. 3103 introduced a new syntax file mechanic which can help with this. Have absolutely no idea when I might be able to get to it tho. |
I've sort of got around it by including a django comment with a slash in it: |
+1, having the same issue, but only when i use as a template holder. |
I found that a 'missing' trailing semi in a script tag can throw it off, too: <!-- broken -->
<script>WebFontConfig={custom:{families:['MarrSans','PublicoText']},timeout: 2000}</script>`
<!-- working as expected -->
<script>WebFontConfig={custom:{families:['MarrSans','PublicoText']},timeout: 2000};</script>` |
Sublime Text 3 Build 3103 seems to have broken highlighting for HTML (Django).
The text was updated successfully, but these errors were encountered: