Skip to content

Commit

Permalink
feat(health): added markdown_inline to treesitter checks
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 29, 2022
1 parent 46a40bd commit d525285
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 @@ -101,7 +101,7 @@ function M.check(opts)

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

0 comments on commit d525285

Please sign in to comment.