https://github.com/theneuronproject/efml.vim
An EFML syntax highlighter for Vim
https://github.com/theneuronproject/efml.vim
vim vim-plugin vim-syntax
Last synced: 7 months ago
JSON representation
An EFML syntax highlighter for Vim
- Host: GitHub
- URL: https://github.com/theneuronproject/efml.vim
- Owner: TheNeuronProject
- License: mit
- Created: 2017-04-04T11:17:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T14:31:00.000Z (over 7 years ago)
- Last Synced: 2025-03-03T09:43:12.231Z (12 months ago)
- Topics: vim, vim-plugin, vim-syntax
- Language: Vim script
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EFML.vim
EFML.vim is an EFML syntax highlighter for Vim.
## What is EFML
EFML (ef.js template language) is a template language for [ef.js](https://ef.js.org/).
## Installation
### [Vundle](https://github.com/VundleVim/Vundle.vim)
```viml
Plugin 'TheNeuronProject/EFML.vim'
```
### [NeoBundle](https://github.com/Shougo/neobundle.vim)
```viml
NeoBundle 'TheNeuronProject/EFML.vim'
```
### [Vim-Plug](https://github.com/junegunn/vim-plug)
```viml
Plug 'TheNeuronProject/EFML.vim'
```
### [Pathogen](https://github.com/tpope/vim-pathogen)
```shell
git clone https://github.com/TheNeuronProject/EFML.vim ~/.vim/bundle/EFML.vim
```
## Screenshot

EFML.vim, gVim, OneDark Color Scheme
## Hmmmmmmmm...
This plugin may be laggy in console version Vim.