Quick links:   Flag list   Verb list   Function list   Glossary   Repository ↗
# Syntax highlighting: vimrc At [https://github.com/johnkerl/miller/tree/main/vim](https://github.com/johnkerl/miller/tree/main/vim) you will find [ftdetect](https://github.com/johnkerl/miller/tree/main/vim/ftdetect) for telling the `vim` text editor about the `.mlr` file extension, [syntax](https://github.com/johnkerl/miller/tree/main/vim/syntax) for syntax-highlighting source files in the [Miller programming language](programming-language.md), and a [README file](https://github.com/johnkerl/miller/blob/main/vim/README.md) shwoing you where to put these where `vim` can find them. Before-and-after images: ![pix/vim-syntax-off.png](pix/vim-syntax-off.png) ![pix/vim-syntax-on.png](pix/vim-syntax-on.png)