Skip to content

Commit

Permalink
fix: correct tree-sitter-test build
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Dec 2, 2024
1 parent 511011f commit feed4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"todo-comments.nvim": { "branch": "main", "commit": "ae0a2afb47cf7395dc400e5dc4e05274bf4fb9e0" },
"toggleterm.nvim": { "branch": "main", "commit": "87b2d6a3cab8e2bd9a0255427074285f0365398d" },
"tokyonight.nvim": { "branch": "main", "commit": "c2725eb6d086c8c9624456d734bd365194660017" },
"tree-sitter-test": { "branch": "master", "commit": "93746e2e387ae757d21088ab0ab5657efffb973e" },
"treesj": { "branch": "main", "commit": "03415ac60791d48e120a80d37e080744faf3ac15" },
"trouble.nvim": { "branch": "main", "commit": "46cf952fc115f4c2b98d4e208ed1e2dce08c9bf6" },
"ts-comments.nvim": { "branch": "main", "commit": "2002692ad1d3f6518d016550c20c2a890f0cbf0e" },
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/extras/dev/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ return {

{
"tree-sitter-grammars/tree-sitter-test",
build = "make parser/test.so",
build = "mkdir parser && tree-sitter build -o parser/test.so",
ft = "test",
init = function()
-- toggle dynamic language injection
Expand Down

0 comments on commit feed4d6

Please sign in to comment.