summaryrefslogtreecommitdiffstats
path: root/ftplugin/litcoffee.vim
blob: 6dfb197c3333a4d64a3fe675d22c1dcb5f3ba8e4 (plain) (blame)
1
2
3
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'coffee-script') == -1
runtime ftplugin/coffee.vim
endif