I use netbeans 6.8 beta and when i load .sh (bash) file it's not colored at all. i can add a new file association for the .sh extension but it doesn't seem that there is a known associated mime type.

link|improve this question

feedback

2 Answers

up vote 9 down vote accepted

I have not tried this myself but you can get shell script support in Netbeans if you install the C/C++ plugin.

link|improve this answer
1  
i already have netbeans packages with everything including c/c++. – ufk Oct 29 '09 at 13:02
i installed netbeans on my mac and i noticed that it does color bash scripts (.sh files). in my linux box i compiled netbeans from sources. maybe i missed some plugin related flags on compilation (under gentoo). i'll check that out. thanks! – ufk Nov 7 '09 at 21:46
1  
works for me, but how about bash scripts without an extension? – simpatico May 16 '11 at 9:41
feedback

This is very odd. I have NB6.8beta installed with the C/C++ plugin. When I open a .sh file I do see syntax high lighting. Quotes strings show up in orange, commands are in blue.

link|improve this answer
under tools -> options -> Miscellaneous -> Files under file extension sh what is the associated file type (mime) ? – ufk Nov 2 '09 at 11:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.