Mercurial > hg > CbC > CbC_llvm
annotate mlir/utils/vim/README @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | c4bab56944e8 |
children |
rev | line source |
---|---|
150 | 1 -*- mlir/utils/vim/README -*- |
2 | |
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). | |
7 | |
8 To install, copy all subdirectories to your $HOME/.vim/, or if you | |
9 prefer, create symlinks to the files here. | |
236 | 10 |
11 To enable highlighting inside the Markdown docs, one can add | |
12 | |
13 ``` | |
14 let g:markdown_fenced_languages = ['mlir'] | |
15 ``` | |
16 | |
17 to `.vimrc`. |