diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a600e2de0..249a1b00a 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -869,7 +869,7 @@ list.markdown = { install_info = { url = "https://github.com/MDeiml/tree-sitter-markdown", location = "tree-sitter-markdown", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, branch = "split_parser", readme_name = "markdown (basic highlighting)", }, @@ -881,7 +881,7 @@ list.markdown_inline = { install_info = { url = "https://github.com/MDeiml/tree-sitter-markdown", location = "tree-sitter-markdown-inline", - files = { "src/parser.c", "src/scanner.cc" }, + files = { "src/parser.c", "src/scanner.c" }, branch = "split_parser", readme_name = "markdown_inline (needs to be installed for full markdown highlighting)", }, |
