summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
blob: 4cf8f5c28bb408ec1cede69b619e863ef893f920 (plain) (blame)
1
2
3
4
5
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'raml') != -1
  finish
endif

set ts=2 sts=2 sw=2 et