miller/docs6/docs/vimrc.md
John Kerl 4f1424789e
Doc6 proofreads 3 (#638)
* Docs6 proofreads batch 3

* BUild-everything script for local development

* Start of glossary

* Put quicklinks atop every page, not just the base-index page

* Expanded record-heterogeneity page

* streaming page

* separators page

* vimrc doc

* separators page
2021-09-03 23:19:32 -04:00

1.2 KiB

Quick links:   Verb list   Function list   Glossary   Repository ↗
# 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