Skip to content

ryym/vim-riot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-riot

License

This is a Vim plugin to provide syntax highlighting and indentation for Riot.js custom tags. Riot custom tag contains HTML, CSS and JS in a single file. The implementation of the indent file is based on vim-jsx.

Note that pangloss/vim-javascript is required to use this plugin.
(This javascript syntax plugin is included in Vim by default from v7.4.2205)

Installation

NeoBundle, Vundle, vim-plug

NeoBundle 'ryym/vim-riot'
Plugin 'ryym/vim-riot'
Plug 'ryym/vim-riot'

pathogen

cd ~/.vim/bundle
git clone https://github.com/ryym/vim-riot.git

Sample Image

syntax highlight sample