0

Iam using Netbeans 8.1 on Ubuntu 14.04. Iam working with *.sass files and I had to change the syntax hoghlighting to plaintext because Netbeans does not seem to support sass, just scss works. Is that true? Is there still no syntax highlighting for sass? I found comments, that they wanted to introduce it in 7.4

Asara
  • 2,791
  • 3
  • 26
  • 55

1 Answers1

1

Sass syntax should work on netbeans, just as scss syntax does too. I googled this and found another post:

How to use SASS with Netbeans 8.0.1

hope that helps!

Community
  • 1
  • 1
matmik
  • 590
  • 1
  • 4
  • 14
  • thats only about the compiling, that works (however, Iam doing it currently within symfony), but they dont say anything about the syntax highlighting. When I mark *.sass for *.scss highlighting in netbeans its still wrong, of course because they have different syntaxes – Asara Jun 01 '16 at 15:22
  • Interesting that they wouldnt have a plugin for that then. – matmik Jun 01 '16 at 15:31