Closed (fixed)
Project:
Basic
Version:
7.x-3.2
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2013 at 18:35 UTC
Updated:
9 Apr 2013 at 10:36 UTC
Hi,
I'm in Sublime Text 2 and using this https://github.com/nathos/sass-textmate-bundle for Sass support. I don't get the commenting in the sass files in Basic (/* opened but not closed). This kind of commenting makes all code as comments when using sass syntax highlighting and when I try to close the comments (*/) the highlighting works but I get syntax errors in the css file.
How can I get the right highlighting for Sublime?
Comments
Comment #1
deaftone commentedOK. Turns out the problem is with the plugin. Here's the solution for anyone experiencing the same problem:
<string>\*/</string>with<string>\*/|$</string>Noticed that indented comments doesn't highlight properly but at least you have proper highlighting in the rest of the code.
Comment #2
deaftone commented