Add raml syntax highlighting, closes #155

This commit is contained in:
Adam Stankiewicz
2016-09-11 13:38:46 +02:00
parent 98e021e969
commit 9b23910103
8 changed files with 263 additions and 0 deletions

5
ftplugin/raml.vim Normal file
View File

@@ -0,0 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
set ts=2 sts=2 sw=2 et
endif