doc(vim/README): add a readme for vim syntax coloring

This commit is contained in:
Simon Cruanes 2015-09-01 18:46:31 +02:00 committed by Leonardo de Moura
parent 0a307bf76c
commit 8ce3d44302

9
src/vim/README.md Normal file
View file

@ -0,0 +1,9 @@
# Vim Syntax
The following files are provided:
- `syntax/lean.vim` (syntax highlighting)
- `ftdtect/lean.vim` (detect that `.lean` are lean files)
Just copy (or symlink) them to the corresponding `~/.vim/syntax/` and
`~/.vim/ftdetect/` directories.