3

我正在使用 TM2,我喜欢它。可悲的是,Sass 的语法高亮似乎并没有真正起作用。难道只有我一个?

例如,新建一个“xxx.sass”文件,内容如下:

+h5bp-normalize // All normalize styles
+h5bp-main      // Basic styles ( see variables partial)

在我的 TM2 中,第二行的颜色好像是注释,但它绝对不是注释。任何人都可以验证这一点吗?有什么解决办法吗?我现在正在开始一个大项目的 HTML/CSS 实现,我想使用 Sass 而不是 SCSS(我读了很多关于选择哪一个,所以请不要告诉我 SCSS 是标准现在),但如果没有正确的语法突出显示这似乎是不可能的。

谢谢。

4

2 回答 2

2

我发现https://github.com/nathos/sass-textmate-bundle/捆绑包似乎正在工作。

安装(我也尝试打开 Sass.tmbundle,虽然 TM2 询问我是否要安装该包,但它似乎没有用):

mkdir -p ~/Library/Application\ Support/Avian/Bundles/
cd ~/Library/Application\ Support/Avian/Bundles/
git clone https://github.com/nathos/sass-textmate-bundle.git Sass.tmbundle

也许重新加载TM2。

于 2013-02-28T14:13:06.360 回答
1

When I used the .sass format in Sublime Text 2 I found that it was not auto recognizing the syntax and that I had to set it manually (unlike any other format I've encountered). Are you saying that even after setting the syntax highlighting it won't work?

There are several packages for syntax highlighting, trying another one might be a quick fix. Which one are you using?

于 2013-02-28T13:16:24.633 回答