Skip to content

Commit d525285

Browse files
committed
feat(health): added markdown_inline to treesitter checks
1 parent 46a40bd commit d525285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/noice/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function M.check(opts)
101101

102102
if ts then
103103
log.ok("**treesitter-nvim** is installed")
104-
for _, ft in ipairs({ "vim", "regex", "lua", "bash", "markdown" }) do
104+
for _, ft in ipairs({ "vim", "regex", "lua", "bash", "markdown", "markdown_inline" }) do
105105
if ts.has_parser(ft) then
106106
log.ok("**TreeSitter " .. ft .. "** parser is installed")
107107
else

0 commit comments

Comments
 (0)