summaryrefslogtreecommitdiff
path: root/mnv/runtime/indent/raml.mnv
blob: 28792873f4cfcb262cacafffa6b30a8a5a976b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" MNV indent file
" Language:         RAML (RESTful API Modeling Language)
" Maintainer:       mucheng <leisurelicht@gmail.com>
" License:          MNV LICENSE
" Latest Revision:  2018-11-03

if exists("b:did_indent")
  finish
endif

" Same as yaml indenting.
runtime! indent/yaml.mnv