There is built-in support for bash; I don't know if this would be good enough.
Otherwise, there are two options: defining an User Defined Language for it - it may be lacking some advanced features of ksh script llanguage - or write an external lexer for it - more work, but total control.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello could anyone direct me to where I could find syntax highlighting in Notepad++ for Korn Shell Scripts and other Unix Shell Scripts?
Thank you!
Did anyone answer this? I am looking for this as well?
There is built-in support for bash; I don't know if this would be good enough.
Otherwise, there are two options: defining an User Defined Language for it - it may be lacking some advanced features of ksh script llanguage - or write an external lexer for it - more work, but total control.
CChris