Adds support for PHP's arrow funcion (#1427)

Co-authored-by: shirasaka <shirasaka@n-create.co.jp>
This commit is contained in:
tk-shirasaka 2021-06-29 00:10:58 +09:00 committed by GitHub
parent 90024c24aa
commit fe47dbe02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,10 +75,18 @@
; Keywords
[
"as"
] @keyword.operator
[
"fn"
"function"
] @keyword.function
[
"$"
"abstract"
"as"
"break"
"class"
"const"
@ -89,7 +97,6 @@
"enddeclare"
"extends"
"final"
"function"
"global"
"implements"
"insteadof"