Skip to content

Commit

Permalink
Merge pull request #35 from desdic/20240112test
Browse files Browse the repository at this point in the history
Make test work again
  • Loading branch information
desdic committed Jan 12, 2024
2 parents a30a0e3 + 133e987 commit 40febb2
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
manager: sudo apt-get
packages: -y make lua-check
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y make lua-check
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/v0.9.4/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y make lua-check
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Its an extention to telescope that runs pre-defined (or custom) tree-sitter quer

## Requirements

[Neovim 0.8+](https://github.com/neovim/neovim)
[Neovim 0.9+](https://github.com/neovim/neovim)

[Telescope](https://github.com/nvim-telescope/telescope.nvim)

Expand Down
1 change: 0 additions & 1 deletion SUPPORTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
| glsl | x | x | x |
| go | x | x | x |
| lua | x | x | x
| perl | x | x | x
| php | x | x* | x
| python | x | x | x
| ruby | x | x | x
Expand Down
1 change: 0 additions & 1 deletion queries/perl/agrolens.callings.scm

This file was deleted.

2 changes: 0 additions & 2 deletions queries/perl/agrolens.comments.scm

This file was deleted.

1 change: 0 additions & 1 deletion queries/perl/agrolens.functions.scm

This file was deleted.

2 changes: 1 addition & 1 deletion queries/python/agrolens.comments.scm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(comment) @agrolens.scope
(expression_statement (string string_content:(string_content))) @arolens.scope
(expression_statement (string (string_start) (string_content))) @arolens.scope
8 changes: 4 additions & 4 deletions scripts/minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vim.cmd [[au BufRead,BufNewFile *.gleam set filetype=gleam]]
vim.o.swapfile = false
vim.bo.swapfile = false

require("nvim-treesitter.configs").setup {
indent = { enable = true },
highlight = { enable = true },
}
-- require("nvim-treesitter.configs").setup {
-- indent = { enable = true },
-- highlight = { enable = true },
-- }
16 changes: 0 additions & 16 deletions tests/perl/perl.pl

This file was deleted.

52 changes: 0 additions & 52 deletions tests/perl_spec.lua

This file was deleted.

0 comments on commit 40febb2

Please sign in to comment.