We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85388c0 commit a3d3bf5Copy full SHA for a3d3bf5
syntax/php.vim
@@ -522,7 +522,7 @@ syn keyword phpKeyword die exit eval empty isset unset list instanceof insteadof
522
syn keyword phpInclude include include_once require require_once namespace contained
523
524
" Types
525
-syn keyword phpType bool[ean] int[eger] real double float string array object null self parent global this stdClass callable contained
+syn keyword phpType bool[ean] int[eger] real double float string array object null self parent global this stdClass callable iterable void contained
526
527
" Operator
528
syn match phpOperator "[-=+%^&|*!.~?:]" contained display
0 commit comments