From 9b239101032ad3c08b2ec11d31e1845f8aa4ecac Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 11 Sep 2016 13:38:46 +0200 Subject: Add raml syntax highlighting, closes #155 --- ftplugin/raml.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/raml.vim (limited to 'ftplugin') diff --git a/ftplugin/raml.vim b/ftplugin/raml.vim new file mode 100644 index 00000000..142e70bd --- /dev/null +++ b/ftplugin/raml.vim @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1 + +set ts=2 sts=2 sw=2 et + +endif -- cgit v1.2.3