An open API service indexing awesome lists of open source software.

https://github.com/bfontaine/e.vim

E vim syntax file
https://github.com/bfontaine/e.vim

e vim

Last synced: about 1 year ago
JSON representation

E vim syntax file

Awesome Lists containing this project

README

          

E.vim
=====

This is a Vim syntax file for the [E][e-website]
language.

Install
-------

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

Add the following line to your `.vimrc`:

```vim
au BufNewFile,BufRead *.e set ft=e
```

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

[e-website]: http://www.erights.org/e/e-goals.html