X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a3f273839d1b45fe73b3bc48e1d7a8c6d1422187..8f0d87271de5f99bac7078ebcd123c66a4e31dbb:/README.md diff --git a/README.md b/README.md index 60c58ec..6780572 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ let g:vim_markdown_toml_frontmatter = 1 Highlight JSON front matter as used by [Hugo](https://gohugo.io/content/front-matter/). +JSON syntax highlight requires [vim-json](https://github.com/elzr/vim-json). + ```vim let g:vim_markdown_json_frontmatter = 1 ```