view runtime/indent/raml.vim @ 14999:2b30a2b4bde2

Update runtime files commit https://github.com/vim/vim/commit/ba3ff539303c7bb6e46a6802dce3c7b2e55284e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 4 14:45:49 2018 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Nov 2018 15:00:08 +0100
parents
children
line wrap: on
line source

" 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