8000 GitHub - 6ug/simplate.vim: Simplate support for Vim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

6ug/simplate.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
< 8000 /div>
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Simplate support for Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0