chore: missing keywords

This commit is contained in:
Leonardo de Moura 2020-12-09 11:38:12 -08:00
parent 4390de88b8
commit 095ee9f8d2

View file

@ -1118,7 +1118,7 @@ hljs.registerLanguage("lean", function(hljs) {
'syntax macro_rules macro ' +
'fun ' +
'#check #check_failure #eval #reduce #print ' +
'section namespace end infix prefix ',
'section namespace end infix infixl infixr postfix prefix ',
built_in:
'Type Prop|10 Sort rw|10 rewrite rwa erw subst substs ' +
'simp dsimp simpa simp_intros finish using generalizing ' +