summaryrefslogtreecommitdiffstats
path: root/ftplugin
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-09-11 13:38:46 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-09-11 13:38:46 +0200
commit9b239101032ad3c08b2ec11d31e1845f8aa4ecac (patch)
treea8da136a425e2c148816a25af184a0b36d081135 /ftplugin
parent98e021e969637da8e88e66a0055f3a40ef4fcdfc (diff)
downloadvim-polyglot-9b239101032ad3c08b2ec11d31e1845f8aa4ecac.tar.gz
vim-polyglot-9b239101032ad3c08b2ec11d31e1845f8aa4ecac.zip
Add raml syntax highlighting, closes #155
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/raml.vim5
1 files changed, 5 insertions, 0 deletions
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