Skip to content

Commit

Permalink
fix: add parser requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
neo451 committed Feb 24, 2025
1 parent ab4c4a3 commit 8c6fb0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
dependencies: |
coop.nvim
tree-sitter-xml
tree-sitter-html
tree-sitter-markdown
1 change: 1 addition & 0 deletions .github/workflows/mini-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: deps
run: |
luarocks install tree-sitter-xml --lua-version 5.1 --local
luarocks install tree-sitter-html --lua-version 5.1 --local
- name: Run tests
run: make test
1 change: 1 addition & 0 deletions lua/feed/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ local plugins = {
local parsers = {
"xml",
"markdown",
"html",
}

local function check_treesitter_parser(name)
Expand Down

0 comments on commit 8c6fb0e

Please sign in to comment.