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
- Host: GitHub
- URL: https://github.com/bfontaine/e.vim
- Owner: bfontaine
- License: mit
- Created: 2013-02-17T00:17:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-17T19:30:17.000Z (over 13 years ago)
- Last Synced: 2025-03-23T23:43:40.141Z (about 1 year ago)
- Topics: e, vim
- Language: VimL
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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