summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
blob: fecbba665f377da100352ed67cff46865135ecc5 (plain) (blame)
1
2
3
4
5
if !polyglot#util#IsEnabled('raml', expand('<sfile>:p'))
  finish
endif

set ts=2 sts=2 sw=2 et