Skip to content

Commit

Permalink
feat: added markdown to treesitter health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 26, 2022
1 parent 2a19f32 commit 7c955cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function M.check(opts)

if ts then
log.ok("**treesitter-nvim** is installed")
for _, ft in ipairs({ "vim", "regex", "lua", "bash" }) do
for _, ft in ipairs({ "vim", "regex", "lua", "bash", "markdown" }) do
if ts.has_parser(ft) then
log.ok("**TreeSitter " .. ft .. "** parser is installed")
else
Expand Down

0 comments on commit 7c955cc

Please sign in to comment.