1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
<document exts="sh" langs="Bash">
<item name="options" wrap="0">
</item>
<item name="keywords" type="keywords" color="keywords" fontstyle="bold">\buntil\b;
\bwhile\b;
\bfor\b;
\bif\b;
\belif\b;
\bthen\b;
\bfi\b;
\bcase\b;
\besac\b;
\bselect\b;
\bdo\b;
\bdone\b;
\bbreak\b;
\bcoproc\b;
\bcontinue\b;
\bexit\b;
\belse\b;
\bexport\b;
\bgetopts\b;
\breturn\b;
\bshift\b;
\btest\b;
\bbuiltin\b;
\bcaller\b;
\bcommand\b;
\bdeclare\b;
\benable\b;
\blet\b;
\blogout\b;
\bmapfile\b;
\blocal\b;
\btypeset\b;
\bset\b;
\bshopt\b</item>
<item name="types" type="keywords" color="functions">
\becho\b;
\bread\b;
\bmkdir\b;
\bchown\b;
\bcd\b;
\beval\b;
\bexec\b;
\bhash\b;
\bpwd\b;
\breadonly\b;
\btimes\b;
\btrap\b;
\bumask\b;
\bunset\b;
\balias\b;
\bbind\b;
\bhelp\b;
\bprintf\b;
\breadarray\b;
\bsource\b;
\btype\b;
\bulimit\b;
\bunalias\b;
\brm\b;
\brmdir\b</item>
<item name="include" type="item" color="include" fontstyle="italic">^#include</item>
<item name="single comment" type="item" color="single comment" fontstyle="bold italic">#.*</item>
<item name="quotes" type="item" color="quotes" fontstyle="italic">".*"</item>
<item name="char" type="item" color="quotes" fontstyle="italic">'.*'</item>
<item name="mcomment-start" type="mcomment-start" color="mcomment-start" fontstyle="italic">/\*</item>
<item name="mcomment-end" type="mcomment-end">\*/</item>
<item name="cm_single" type="comment">#%s</item>
</document>
|