update php definitions

This commit is contained in:
ManjaroOne666 2018-12-07 17:05:43 +00:00
parent 877aac6b56
commit 47b4223662
1 changed files with 7 additions and 3 deletions

View File

@ -194,10 +194,10 @@
[ "NonText", "NONE", color_primary_strong3, "NONE" ],
[ "Tag", color_primary_weak1, "NONE", "NONE" ],
[ "Identifier", "NONE", red3, "NONE" ],
[ "Identifier", "NONE", color_primary3, "NONE" ],
[ "Function", "NONE", color_primary_strong1, "bold" ],
[ "Type", "NONE", red1, "NONE" ],
[ "Type", "NONE", color_primary1, "NONE" ],
[ "StorageClass", "NONE", color_primary_weak3, "bold" ],
[ "Structure", "StorageClass"],
[ "TypeDef", "StorageClass"],
@ -215,7 +215,7 @@
[ "Conditional", "NONE", fg_strong3, "bold" ],
[ "Repeat", "NONE", fg_strong2, "bold" ],
[ "Label", "NONE", fg_strong1, "bold" ],
[ "Operator", "NONE", fg_strong2, "bold" ],
[ "Operator", "NONE", fg_comment, "NONE" ],
[ "Keyword", "NONE", fg_strong1, "bold" ],
[ "Exception", "NONE", color_primary_weak2, "bold" ],
@ -577,6 +577,10 @@
[ "phpRegion", "Normal" ],
[ "phpComparison", "Operator" ],
[ "phpMethod", "Function" ],
[ "phpParent", "Normal" ],
[ "phpMemberSelector", "StorageClass" ],
[ "phpVarSelector", "StorageClass" ],
# quickfix