Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jazzer on May 11, 2007, 07:36:19 am

Title: Highlighting for bash scripts
Post by: jazzer on May 11, 2007, 07:36:19 am
Hi,

Any ideas how to get the subj within C::B?
I'd like edit my build scripts in C::B.

Thanks!
Title: Re: Highlighting for bash scripts
Post by: mandrav on May 11, 2007, 08:53:13 am
Creating a custom lexer (http://wiki.codeblocks.org/index.php?title=Creating_a_custom_lexer_for_Code::Blocks_editor).
Title: Re: Highlighting for bash scripts
Post by: jazzer on May 11, 2007, 09:23:09 am
Thanks for the link, very interesting reading!

However, I can't believe I'm the first who wants to edit bash scripts.
There should be a lexer already.
Does anyone know where to get it? Google didn't help - no file lexer_bash.xml found.
However SciTE supports bash with completions etc.

Could anyone help, please?