feat(emacs/lean-syntax): highlight 'abbreviation' command

This commit is contained in:
Leonardo de Moura 2015-02-10 18:22:03 -08:00
parent f47e1bed01
commit 373d4ca4c6

View file

@ -10,7 +10,7 @@
(defconst lean-keywords
'("import" "prelude" "tactic_hint" "protected" "private" "opaque" "definition" "renaming"
"hiding" "exposing" "parameter" "parameters" "begin" "proof" "qed" "conjecture" "constant" "constants"
"hypothesis" "lemma" "corollary" "variable" "variables" "print" "theorem" "example"
"hypothesis" "lemma" "corollary" "variable" "variables" "print" "theorem" "example" "abbreviation"
"context" "open" "as" "export" "axiom" "inductive" "with" "structure" "record" "universe" "universes"
"alias" "help" "environment" "options" "precedence" "reserve" "postfix" "prefix"
"calc_trans" "calc_subst" "calc_refl" "calc_symm" "match"