Skip to content

AspenWeb/simplate.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplate.vim

VIM support for syntax hilighting simplates

Warning! We override the default syntax hilighting for .spt files, which are typically SNOBOL4

Related solutions

  • fix vim hilighting with jekyll (yaml + markdown)

Workaround

I don't know of anyone using this plugin yet. The workaround right now is to manually do :set filetype=python or :set filetype=html as needed. You can set a default for the .spt extension with this in your .vimrc:

au BufNewFile,BufRead *.spt setlocal filetype=python

Releases

No releases published

Packages

No packages published