xref: /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/ftplugin/tablegen.vim (revision b2c35e17b976cf7ccd7250c86c6f5e95090ed636)
1" Vim filetype plugin file
2" Language: LLVM TableGen
3" Maintainer: The LLVM team, http://llvm.org/
4
5if exists("b:did_ftplugin")
6  finish
7endif
8let b:did_ftplugin = 1
9
10setlocal matchpairs+=<:>
11setlocal softtabstop=2 shiftwidth=2
12setlocal expandtab
13