Skip to content

Commit 9065b2a

Browse files
committed
Add fn keyword that added in PHP 7.4 (arrow function)
1 parent c20b3a7 commit 9065b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: php-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ PHP does not have an \"enum\"-like keyword."
625625
"endswitch"
626626
"endwhile"
627627
"eval"
628+
"fn" ;; NOT c-lambda-kwds
628629
"global"
629630
"isset"
630631
"list"

0 commit comments

Comments
 (0)