Skip to content

Commit 2ba2dca

Browse files
committed
test: Install missing parsers for GitHub
1 parent eca577a commit 2ba2dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/debugprint.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ end
2626

2727
install_parser_if_needed("bash")
2828
install_parser_if_needed("lua")
29+
install_parser_if_needed("markdown")
30+
install_parser_if_needed("markdown_inline")
2931

3032
local debugprint = require("debugprint")
3133

0 commit comments

Comments
 (0)