diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-06-28 22:34:55 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-06-28 23:20:47 +0200 |
| commit | f69b1ebd7acd412a9270578a3ae9ef83c93359d3 (patch) | |
| tree | f2e5ae08bd9c91ae49c3110502b97238e905e5d5 /lua | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.tar nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.tar.gz nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.tar.bz2 nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.tar.lz nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.tar.xz nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.tar.zst nvim-treesitter-f69b1ebd7acd412a9270578a3ae9ef83c93359d3.zip | |
docs: add description to `markdown`/`markdown_inline` in README
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index fb97bf91d..004c566d3 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -532,6 +532,7 @@ list.markdown = { location = "tree-sitter-markdown", files = { "src/parser.c", "src/scanner.cc" }, branch = "split_parser", + readme_name = "markdown (basic highlighting)", }, maintainers = { "@MDeiml" }, experimental = true, @@ -543,6 +544,7 @@ list.markdown_inline = { location = "tree-sitter-markdown-inline", files = { "src/parser.c", "src/scanner.cc" }, branch = "split_parser", + readme_name = "markdown_inline (needs to be installed for full markdown highlighting)", }, maintainers = { "@MDeiml" }, experimental = true, |
