Skip to content

Commit

Permalink
[mlir][vim] Add comment for markdown highlighting
Browse files Browse the repository at this point in the history
Useful for local editing.
  • Loading branch information
jpienaar committed Dec 20, 2021
1 parent d4a69ef commit 08fe33e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mlir/utils/vim/README
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 08fe33e

Please sign in to comment.