https://github.com/thomd/vim-play-framework
vim plugin for Play Framework 1.x
https://github.com/thomd/vim-play-framework
vim
Last synced: about 1 month ago
JSON representation
vim plugin for Play Framework 1.x
- Host: GitHub
- URL: https://github.com/thomd/vim-play-framework
- Owner: thomd
- Created: 2014-02-26T12:32:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T09:46:38.000Z (over 11 years ago)
- Last Synced: 2025-06-14T03:05:24.250Z (12 months ago)
- Topics: vim
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-play-framework
[](https://travis-ci.org/thomd/vim-play-framework)
This is going to be a vim plugin for [play framework 1.x](https://github.com/playframework/play1) mainly for syntax highlighting and code snippets.
This is work in progress! It actually does only one trivial thing up to now: handle tag files as html.
## Test
Apart from not having much benefit, this plugin contains a test based on [rspec](http://rspec.info/) and [vimrunner](https://github.com/AndrewRadev/vimrunner).
To run tests you need MacVim installed:
bundle install
bundle exec rake