miller/docs6/docs/vimrc.md
John Kerl abe061e408
Flags lookup-table and doc autogen (#655)
* Tableize flag-parsing for on-line help, doc autogen, etc.

* Rename cli,cliutil packages -> climain,cli

* stub for new flag-list page

* Fix alignment & formatting for webdoc/manpage autogen

* per-flag-section info in mlr help

* Fix comparison of actual vs expected stderr file in regtest

* Replace old flag-parser with new
2021-09-08 22:16:40 -04:00

1.3 KiB

# Syntax highlighting: vimrc

At https://github.com/johnkerl/miller/tree/main/vim you will find ftdetect for telling the vim text editor about the .mlr file extension, syntax for syntax-highlighting source files in the Miller programming language, and a README file shwoing you where to put these where vim can find them.

Before-and-after images:

pix/vim-syntax-off.png pix/vim-syntax-on.png