-
**Describe the bug**
When running `require "nvim-treesitter-textobjects.select".select_textobject("@class.outer", "textobjects")` I get this big error:
```
E5108: Error executing lua ...r-textobjects/…
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
- [x] Improve the changelog for v1.3.0: grammar, wording, polishing (PR #281)
- [x] Make sure there are no open issues for the [v1.3.0 milestone](https://github.com/tact-lang/tact/issues?q=is%3Aopen+…
-
This is a tracking issue towards matching Tact v1.3.0: https://github.com/tact-lang/tact/issues/280
Parser: https://github.com/tact-lang/tree-sitter-tact/releases/tag/v1.3.0
- [x] Parser matches T…
-
This may help with inference, and thus would remove most of the dirty regex work.
UPD: It should be really done in LSP, then re-used here alongside with the current options (which may then be calle…
-
## The Error
At first, I had a similar error as [issue #6543](https://github.com/nvim-treesitter/nvim-treesitter/issues/6543). I followed the instructions in [issue 3092](https://github.com/nvim-tree…
-
There is a list of [language bindings](https://tree-sitter.github.io/tree-sitter/#language-bindings) and a list of [parsers](https://tree-sitter.github.io/tree-sitter/#parsers) at https://tree-sitter.…
-
### Describe the bug
Some errors occurs when opening a Markdown file containing LaTeX syntax:
```log
Error in decoration provider treesitter/highlighter.win:
Error executing lua: .../current/sha…
-
The grammar contains the following line: https://github.com/tact-lang/tact/blob/37ff1512a6cd68ad795e71f1666f95d95ab96e0b/src/grammar/grammar.ohm#L106
This means that all kinds of expressions can be…
-
It should be in principle possible, since GitHub uses it in Linguist.
No more regex highlighting! :)