view runtime/indent/raml.vim @ 32930:2ff007677dba

runtime(rust): fix rust indent (#12542) Commit: https://github.com/vim/vim/commit/478668013f060a75b8cd8cc6ca2cf2abb3bcc4a5 Author: Raphael <glephunter@gmail.com> Date: Mon Aug 21 02:42:39 2023 +0800 runtime(rust): fix rust indent (https://github.com/vim/vim/issues/12542)
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 20:45:06 +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