Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 414 Bytes

E.vim

This is a Vim syntax file for the E language.

Install

wget https://raw.github.com/bfontaine/E.vim/master/e.vim \
    -O ~/.vim/syntax/

Add the following line to your .vimrc:

au BufNewFile,BufRead *.e set ft=e

Note: There may be a conflict with Eiffel files, since they also use the .e extension.