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
14 let g:markdown_fenced_languages = ['mlir']