Allow SymbolUserOpInterface operators to be used in RemoveDeadValues Pass (#117405)
[llvm-project.git] / mlir / utils / vim / README
blob78cefde4c90dd9a0f9a1ee89ab8f152f231c7ddb
1 -*- mlir/utils/vim/README -*-
3 This directory contains settings for the vim editor to work on MLIR *.mlir 
4 files.  It comes with filetype detection rules in the (ftdetect),
5 syntax highlighting (syntax), some minimal sensible default settings (ftplugin)
6 and indentation plugins (indent).
8 To install, copy all subdirectories to your $HOME/.vim/, or if you
9 prefer, create symlinks to the files here.
11 To enable highlighting inside the Markdown docs, one can add
13 ```
14 let g:markdown_fenced_languages = ['mlir']
15 ```
17 to `.vimrc`.