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

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

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

![OneDark](https://i.loli.net/2018/07/02/5b3a120066865.png)

EFML.vim, gVim, OneDark Color Scheme

## Hmmmmmmmm...

This plugin may be laggy in console version Vim.