mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 06:23:50 -05:00
Fix detection of racket filetype, closes #720
This commit is contained in:
@@ -604,7 +604,7 @@ if !has_key(g:polyglot_is_disabled, 'screen')
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'scheme')
|
||||
au BufNewFile,BufRead *.rkt,*.scm,*.ss setf scheme
|
||||
au BufNewFile,BufRead *.scm,*.ss setf scheme
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'catalog')
|
||||
|
||||
Reference in New Issue
Block a user