X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a3f273839d1b45fe73b3bc48e1d7a8c6d1422187..71e5a946fd616a7526a3192db98ddb4484b1926a:/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 ```