chore: add builtin_initialize keyword

This commit is contained in:
Leonardo de Moura 2020-10-19 15:09:17 -07:00
parent 351044336b
commit 82dc155f0f

View file

@ -22,7 +22,7 @@
"try" "catch" "finally" "where" "rec" "forall" "Pi" "fun"
"exists" "if" "then" "else" "assume" "from" "init_quot" "return"
"mutual" "def" "run_cmd" "declare_syntax_cat" "syntax" "macro_rules" "macro"
"initialize")
"initialize" "builtin_initialize")
"lean keywords ending with 'word' (not symbol)")
(defconst lean4-keywords1-regexp
(eval `(rx word-start (or ,@lean4-keywords1) word-end)))