fix(vim): small fixes

This commit is contained in:
Simon Cruanes 2015-09-01 18:45:40 +02:00 committed by Leonardo de Moura
parent 94b68a8263
commit 0a307bf76c
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1 @@
au BufRead,BufNewFile *.ilean set ft=lean
au BufRead,BufNewFile *.lean set ft=lean

View file

@ -39,7 +39,7 @@ syn match leanOp ":"
syn match leanOp "="
" constants
syn keyword leanConstant # @ -> / == := <-> /\\ \\/ ∧
syn keyword leanConstant "#" "@" "->" "" "↔" "/" "==" ":=" "<->" "/\\" "\\/" "∧" ""
syn keyword leanConstant< > ≤ ≥ ¬ <= >= ⁻¹ ⬝ ▸ + * - / λ
syn keyword leanConstant → ∃ ∀