blob: 77a9b9fea618b3a106c93e80e500b77b8c132dd0 [file] [log] [blame]
" Copyright 2015 The Chromium Authors. All rights reserved.
" Use of this source code is governed by a BSD-style license that can be
" found in the LICENSE file.
" Vim syntax file " Language: Mojom
" To get syntax highlighting for .mojom files, add the following to your .vimrc
" file:
" set runtimepath^=/path/to/src/tools/vim/mojom
if exists("b:did_indent")
finish
endif
let b:did_indent = 1
setlocal cindent
setlocal formatoptions=tcroq