Bram,
please squash this little patch into the next runtime file update:
RAML is an YAML application for defining REST Interfaces (see http://raml.org)
so it can be handled like YAML.
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index ed1ef27..6a59b82 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1879,7 +1879,7 @@ au BufNewFile,BufRead *.yy,*.yxx,*.y++ setf
yacc
au BufNewFile,BufRead *.y call dist#ft#FTy()
" Yaml
-au BufNewFile,BufRead *.yaml,*.yml setf yaml
+au BufNewFile,BufRead *.yaml,*.yml,*.raml setf yaml
" yum conf (close enough to dosini)
au BufNewFile,BufRead */etc/yum.conf setf dosini
Christian
--
Keine Nation gewinnt ein Urteil, als wenn sie über sich selbst
urteilen kann. Zu diesem großen Vorteil gelangt sie aber sehr spät.
-- Goethe, Maximen und Reflektionen, Nr. 259
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.