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