forked from OSchip/llvm-project
[mlir][vim] Add comment for markdown highlighting
Useful for local editing.
This commit is contained in:
parent
d4a69ef841
commit
08fe33e266
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue