Mercurial > vim
view runtime/indent/raml.vim @ 30810:d44a91de374e
Added tag v9.0.0739 for changeset ffdb7a6785af019d6a64f6e18f243c88c186d966
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 13 Oct 2022 14:30:04 +0200 |
parents | 2b30a2b4bde2 |
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