mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 00:42:46 +08:00
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:
parent
baa453aad8
commit
e983cf27e7
|
@ -312,6 +312,7 @@ let s:delimiterMap = {
|
|||
\ 'rgb': { 'left': '!' },
|
||||
\ 'rib': { 'left': '#' },
|
||||
\ 'robots': { 'left': '#' },
|
||||
\ 'rspec': { 'left': '#' },
|
||||
\ 'ruby': { 'left': '#' },
|
||||
\ 'sa': { 'left': '--' },
|
||||
\ 'samba': { 'left': ';', 'leftAlt': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user