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