chore: add macro_syntax syntax highlight

This commit is contained in:
Leonardo de Moura 2019-12-17 13:32:52 -08:00
parent 1b6319788e
commit 5fffecfb53

View file

@ -14,7 +14,7 @@
"open" "export" "axiom" "inductive" "coinductive" "with" "without"
"structure" "universe" "universes" "hide"
"precedence" "reserve"
"match" "nomatch" "infix" "infixl" "infixr" "notation" "postfix" "prefix" "instance"
"match_syntax" "match" "nomatch" "infix" "infixl" "infixr" "notation" "postfix" "prefix" "instance"
"end" "this" "using" "using_well_founded" "namespace" "section"
"attribute" "local" "set_option" "extends" "include" "omit" "classes" "class"
"attributes" "raw" "replacing"