8cb2cf0997
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4 ea778897-0a13-0410-b9d1-a72fbfd435f5
18 lines
524 B
Bash
18 lines
524 B
Bash
[styling]
|
|
# foreground;background;bold
|
|
default=0x000000;0xffffff;false
|
|
commentline=0x0000ff;0xffffff;false
|
|
number=0x007F00;0xffffff;false
|
|
word=0x991111;0xffffff;true
|
|
string=0x1E90FF;0xffffff;false
|
|
character=0x004040;0xffffff;false
|
|
operator=0x101030;0xffffff;false
|
|
identifier=0x000000;0xffffff;false
|
|
backticks=0x000000;0xe0c0e0;false
|
|
param=0xF38A12;0x0000ff;false
|
|
scalar=0x905010;0xffffff;false
|
|
|
|
[keywords]
|
|
primary=break case continue do done else esac eval exit export fi for goto if in integer return set shift then while
|
|
|