Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

rdolgushin/rythm.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rythm template engine plugin for Vim

rythm.vim screenshot

Installation ways

Usage

By default, it recognizes Rythm templates stored in rythm/ folder and files with double extension corresponging to *.rythm.html pattern, but you can extend this behaviour by adding custom autocmd in your .vimrc file. For example:

au BufRead,BufNewFile */views/*.html :set ft=rythm

Integration with other plugins

This plugin was written with built-in support of:

Testing

For testing of this plugin you can clone Rythm website repository from https://github.com/greenlaw110/rythm-website or use samples-and-tests from Rythm repository.

Releases

No releases published

Packages

No packages published