Add vim scripts for indent/syntax
authorUday Bondhugula <udayb@iisc.ac.in>
Thu, 29 Aug 2019 06:22:39 +0000 (23:22 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 29 Aug 2019 06:23:19 +0000 (23:23 -0700)
commite8d43cafe6a8a3db86324010d0e417307bfcb72f
tree371f4dae853e28d762eeb2bec104e9a70e09cf06
parent7dd5efdf2c216330a1ae8d866ad4a0e0bf86265e
Add vim scripts for indent/syntax

- some of it has been adapted from LLVM's vim utils

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Closes tensorflow/mlir#90

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/90 from bondhugula:vim 22b1c958818c4b09de0ec8e1d7a4893171a03dbf
PiperOrigin-RevId: 266071752
mlir/utils/vim/README [new file with mode: 0644]
mlir/utils/vim/ftdetect/mlir.vim [new file with mode: 0644]
mlir/utils/vim/ftplugin/mlir.vim [new file with mode: 0644]
mlir/utils/vim/indent/mlir.vim [new file with mode: 0644]
mlir/utils/vim/mlir.vim [deleted file]
mlir/utils/vim/syntax/mlir.vim [new file with mode: 0644]