Skip to content

Commit c6d6ef3

Browse files
committed
Handle internal as a keyword too
1 parent 26f06ff commit c6d6ef3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hack-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@ If PROPERTIZE-TAGS is non-nil, apply `hack-xhp-tag' to tag names."
600600
"final" "finally" "for" "foreach" "function" "global" "goto" "if"
601601
"implements" "include" "include_once" "insteadof"
602602
"interface" "is" "isset" "list" "namespace" "new" "parent"
603-
"print" "private" "protected" "public" "require" "require_once"
603+
"print" "private" "protected" "public" "internal"
604+
"require" "require_once"
604605
"return" "self" "static" "switch" "throw" "trait"
605606
"try" "unset" "use" "var" "while"
606607
"yield"

0 commit comments

Comments
 (0)