Added Specky for rspec highlighting outside spec/

If you have rspecs anywhere else (say fast_spec/), the
default rails.vim highlighting doesn't affect them. Added
Specky to do this. Specky is not currently enabled in any other
way (we will still use ruby-vim-conque to run tests, but Specky
will do highlighting/file detection).
This commit is contained in:
yan
2012-04-18 09:59:32 -07:00
parent d5737f196d
commit 8ad2a7a7b1
4 changed files with 18 additions and 0 deletions

4
.gitmodules vendored
View File

@@ -298,3 +298,7 @@
path = vim/bundle/timcharper-textile
url = https://github.com/timcharper/textile.vim.git
ignore = dirty
[submodule "vim/bundle/vim-scripts-Specky"]
path = vim/bundle/vim-scripts-Specky
url = https://github.com/vim-scripts/Specky.git
ignore = dirty