Skip to content

Commit

Permalink
fix: add health check for markdown parser
Browse files Browse the repository at this point in the history
  • Loading branch information
neo451 committed Feb 23, 2025
1 parent 89cfff3 commit c89d9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/feed/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ local plugins = {

local parsers = {
"xml",
"markdown",
}

local function check_treesitter_parser(name)
Expand Down

0 comments on commit c89d9cc

Please sign in to comment.