Netbeans 7.x syntax highlighting for .sass files?

Does anyone know of a plugin or method to add syntax highlighting to .sass files in Netbeans 7.x?

This plugin I've found http://plugins.netbeans.org/plugin/34929/scss-support adds syntax highlighting for .scss, but I need some solution for .sass files.

Thanks


SASS和LESS的本机支持最近已被添加到Netbeans代码库 - 直到下一个主要版本(可能是7.4?)发布之前,您可以使用当前的“开发版”获得它。


Found this plugin which does what I need:

http://code.google.com/p/postcomment/downloads/detail?name=org-netbeans-modules-haml.nbm&can=2.

One drawback is that it doesn't allow to customize the syntax colors, but I found a way to do that by editing the following plugin file (you have to unzip the .nbm and .jar files to do that, and then rearchive them using zip without any compression):

org-netbeans-modules-haml.nbm/netbeans/modules/org-netbeans-modules-haml.jar/org/netbeans/modules/haml/sass.nbs

Hope this helps someone else as well

链接地址: http://www.djcxy.com/p/72074.html

上一篇: (8超出范围6)Underscore.js模板

下一篇: .sass文件的Netbeans 7.x语法高亮显示?