Skip to content

Commit 91060a1

Browse files
committed
Remove outdated comment
1 parent 437e283 commit 91060a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hack-mode.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,6 @@ If PROPERTIZE-TAGS is non-nil, apply `hack-xhp-tag' to tag names."
587587
res)))
588588

589589
(defconst hack--keyword-regex
590-
;; Keywords, based on hphp.ll.
591-
;; We don't highlight endforeach etc, as they're syntax errors.
592-
;; From full_fidelity_lexer.ml.
593590
(regexp-opt
594591
'(;; This is the list of keywords from full_fidelity_lexer.ml, but
595592
;; removing types (boolean etc) and constants (true, false, null).

0 commit comments

Comments
 (0)