chore: new keywords

This commit is contained in:
Leonardo de Moura 2020-09-10 15:18:32 -07:00
parent f871c7b552
commit c3d91e4228

View file

@ -20,7 +20,7 @@
"attributes" "raw" "replacing" "generalizing"
"calc" "have" "show" "suffices" "by" "in" "at" "do" "let" "rec" "forall" "Pi" "fun"
"exists" "if" "then" "else" "assume" "from" "init_quot" "return"
"mutual" "def" "run_cmd")
"mutual" "def" "run_cmd" "declare_syntax_cat" "syntax" "macro_rules" "macro")
"lean keywords ending with 'word' (not symbol)")
(defconst lean4-keywords1-regexp
(eval `(rx word-start (or ,@lean4-keywords1) word-end)))