Skip to content

Commit ccf2051

Browse files
williewillusWilfred
authored andcommitted
Treat nameof as a keyword
1 parent 278e4cc commit ccf2051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ If PROPERTIZE-TAGS is non-nil, apply `hack-xhp-tag' to tag names."
599599
"endforeach" "endif" "endswitch" "endwhile" "eval" "exit" "extends"
600600
"final" "finally" "for" "foreach" "function" "global" "goto" "if"
601601
"implements" "include" "include_once" "insteadof"
602-
"interface" "is" "isset" "list" "namespace" "new" "parent"
602+
"interface" "is" "isset" "list" "nameof" "namespace" "new" "parent"
603603
"print" "private" "protected" "public" "internal"
604604
"require" "require_once"
605605
"return" "self" "static" "switch" "throw" "trait"

0 commit comments

Comments
 (0)