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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
<document exts="php" langs="PHP">
<item name="options" wrap="0">
</item>
<item name="keywords" type="keywords" color="keywords" fontstyle="bold">\babstract\b;
\band\b;
\barray\b;
\bas\b;
\bbreak\b;
\bcase\b;
\bcatch\b;
\bcfunction\b;
\bclass\b;
\bclone\b;
\bconst\b;
\bcontinue\b;
\bdeclare\b;
\bdefault\b;
\bdo\b;
\belse\b;
\belseif\b;
\benddeclare\b;
\bendfor\b;
\bendforeach\b;
\bendif\b;
\bendswitch\b;
\bendwhile\b;
\bextends\b;
\bfalse\b;
\bfinal\b;
\bfor\b;
\bforeach\b;
\bfunction\b;
\bglobal\b;
\bgoto\b;
\bif\b;
\bimplements\b;
\binterface\b;
\binstanceof\b;
\bnamespace\b;
\bnew\b;
\bor\b;
\bold_function\b;
\bor\b;
\bprivate\b;
\bprotected\b;
\bpublic\b;
\bstatic\b;
\bswitch\b;
\bthrow\b;
\btry\b;
\btrue\b;
\buse\b;
\bvar\b;
\bwhile\b;
\bxor\b;
\bdie\b;
\becho\b;
\bempty\b;
\bexit\b;
\beval\b;
\binclude\b;
\binclude_once\b;
\bisset\b;
\blist\b;
\brequire\b;
\brequire_once\b;
\breturn\b;
\bprint\b;
\bunset\b;
\bself\b;
\bparent\b
</item>
<item name="variables" type="keywords" color="type" fontstyle="bold">
\$[A-Za-z_][0-9A-Za-z_]*\b
</item>
<item name="char" type="item" color="quotes" fontstyle="italic">
'.*'
</item>
<item name="quotes" type="item" color="quotes" fontstyle="italic">
".*"
</item>
<item name="single comment" type="item" color="single comment" fontstyle="italic">
//.*$
</item>
<item name="cm_single" type="comment">//%s</item>
<item name="mcomment-start" type="mcomment-start" color="mcomment-start" fontstyle="italic">
/\*
</item>
<item name="mcomment-end" type="mcomment-end">
\*/
</item>
</document>
|