Skip to content

Commit a3d3bf5

Browse files
TaluuStanAngeloff
authored andcommitted
Add php 7.1 types as a valid types
1 parent 85388c0 commit a3d3bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/php.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ syn keyword phpKeyword die exit eval empty isset unset list instanceof insteadof
522522
syn keyword phpInclude include include_once require require_once namespace contained
523523

524524
" Types
525-
syn keyword phpType bool[ean] int[eger] real double float string array object null self parent global this stdClass callable contained
525+
syn keyword phpType bool[ean] int[eger] real double float string array object null self parent global this stdClass callable iterable void contained
526526

527527
" Operator
528528
syn match phpOperator "[-=+%^&|*!.~?:]" contained display

0 commit comments

Comments
 (0)