Skip to content

Commit 65eee52

Browse files
committed
Update keywords
array is obsolete, readonly is a new keyword, and the record feature didn't leave experimental status.
1 parent 281cf02 commit 65eee52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hack-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,15 +612,14 @@ If PROPERTIZE-TAGS is non-nil, apply `hack-xhp-tag' to tag names."
612612
"concurrent"
613613
"enum"
614614
"newtype"
615-
"record"
615+
"readonly"
616616
"shape"
617617
"super"
618618
"tuple"
619619
"type"
620620
"where"
621621

622622
;; These contextual keywords are also used for literals, so highlight them as keywords.
623-
"array"
624623
"darray"
625624
"dict"
626625
"keyset"

0 commit comments

Comments
 (0)