Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 496 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 496 Bytes

EJS Syntax for vim

This is a syntax file for editing ejs (embedded javascript) files in vim.

Cobbled together from this Stack Overflow post and put here for convenience. Majority of the work from this vim config.

To use with Vundle just add:

Bundle 'nikvdp/ejs-syntax'

to your .vimrc.