Skip to content

Commit e2d9dc8

Browse files
feat: use tree-sitter-http parser from luarocks dependency
1 parent fd84306 commit e2d9dc8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@ format:
88
stylua .
99

1010
test:
11-
# TODO: install tree-sitter-http as a test dependency using nix
12-
# or version it appart from NURR
13-
# LUA_PATH="$(shell luarocks path --lr-path --lua-version 5.1 --local)" \
14-
# LUA_CPATH="$(shell luarocks path --lr-cpath --lua-version 5.1 --local)" \
15-
# luarocks install --local --lua-version 5.1 --dev tree-sitter-http
16-
LUA_PATH="$(shell luarocks path --lr-path --lua-version 5.1 --local)" \
17-
LUA_CPATH="$(shell luarocks path --lr-cpath --lua-version 5.1 --local)" \
1811
luarocks test --local --lua-version 5.1 --dev

rest.nvim-scm-1.rockspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = {
2525
"mimetypes",
2626
"xml2lua",
2727
"fidget.nvim",
28+
"tree-sitter-http == 0.0.33",
2829
}
2930

3031
test_dependencies = {

0 commit comments

Comments
 (0)