Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Vim syntax plugin for Riot.js

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.