blob: 73756ae7de19965fbf77ed1384995d4fa130637f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
" Vim indent file
" Language: RAML (RESTful API Modeling Language)
" Maintainer: mucheng <leisurelicht@gmail.com>
" License: VIM LICENSE
" Latest Revision: 2018-11-03
if exists("b:did_indent")
finish
endif
" Same as yaml indenting.
runtime! indent/yaml.vim
|