chore: add builtin_initialize keyword
This commit is contained in:
parent
351044336b
commit
82dc155f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue