Add rspec filetype.

Since some plugins set filetype of RSpec spec files to rspec, the
filetype has been added to list of types.
The comment string itself is the same as in Ruby files.
This commit is contained in:
Dawid Janczak 2012-07-17 19:50:59 +02:00
parent baa453aad8
commit e983cf27e7

View File

@ -312,6 +312,7 @@ let s:delimiterMap = {
\ 'rgb': { 'left': '!' },
\ 'rib': { 'left': '#' },
\ 'robots': { 'left': '#' },
\ 'rspec': { 'left': '#' },
\ 'ruby': { 'left': '#' },
\ 'sa': { 'left': '--' },
\ 'samba': { 'left': ';', 'leftAlt': '#' },