chore: new keywords
This commit is contained in:
parent
f871c7b552
commit
c3d91e4228
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue