You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: syntax/php.template
+4-1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ syn match phpMemberSelector "->" contained display
157
157
syn match phpVarSelector "\$" contained display
158
158
" highlight object variables inside strings
159
159
syn match phpMethodsVar "->\h\w*" contained contains=phpMethods,phpMemberSelector display containedin=phpStringDouble
160
+
syn match phpSplatOperator "\.\.\." contained display
160
161
161
162
" Identifier
162
163
syn match phpIdentifier "$\h\w*" contained contains=phpSuperglobals,phpVarSelector display
@@ -272,7 +273,7 @@ else
272
273
endif
273
274
274
275
" Clusters
275
-
syn cluster phpClConst contains=phpFunctions,phpClasses,phpIdentifier,phpStatement,phpKeyword,phpOperator,phpStringSingle,phpStringDouble,phpBacktick,phpNumber,phpType,phpBoolean,phpStructure,phpMethodsVar,phpConstants,phpException,phpSuperglobals,phpMagicConstants,phpServerVars
276
+
syn cluster phpClConst contains=phpFunctions,phpClasses,phpIdentifier,phpStatement,phpKeyword,phpOperator,phpSplatOperator,phpStringSingle,phpStringDouble,phpBacktick,phpNumber,phpType,phpBoolean,phpStructure,phpMethodsVar,phpConstants,phpException,phpSuperglobals,phpMagicConstants,phpServerVars
276
277
syn cluster phpClInside contains=@phpClConst,phpComment,phpDocComment,phpParent,phpParentError,phpInclude,phpHereDoc,phpNowDoc
277
278
syn cluster phpClFunction contains=@phpClInside,phpDefine,phpParentError,phpStorageClass,phpKeyword
278
279
syn cluster phpClTop contains=@phpClFunction,phpFoldFunction,phpFoldClass,phpFoldInterface,phpFoldTry,phpFoldCatch
@@ -359,6 +360,8 @@ if !exists("did_php_syn_inits")
0 commit comments