[mlir][vim] Add comment for markdown highlighting

Useful for local editing.
This commit is contained in:
Jacques Pienaar 2021-12-20 08:20:54 -08:00
parent d4a69ef841
commit 08fe33e266

View file

@ -7,3 +7,11 @@ and indentation plugins (indent).
To install, copy all subdirectories to your $HOME/.vim/, or if you
prefer, create symlinks to the files here.
To enable highlighting inside the Markdown docs, one can add
```
let g:markdown_fenced_languages = ['mlir']
```
to `.vimrc`.