-
First: thank you for picking this up! The original was good but it's broken now, so glad there's an alternative.
I did notice that [comments](https://cooklang.org/docs/spec/#comments) formatted to …
-
### Describe the bug
**Bug:** If a `return` statement is the last child in a pre-order (or in-order) traversal, then the indent level resets to the level of the parent function.
---
`MARKER` de…
-
**Describe the bug**
As of recently, the first use of `smart_rename` within a NeoVim session has started emitting a deprecation warning:
```
nvim-treesitter.ts_utils.get_node_text is deprecated: …
-
### Describe the bug
When using the single comment style of language injection, as introduced in #6418, the nix code between two injections has the incorrect commentstring
```nix
foo = # lua
"…
alxdb updated
1 month ago
-
### Describe the bug
When using treesitter with ruby, and enabling indent, i get the follow behavior when entering a period. it moves back the indent
https://user-images.githubusercontent.com/1408…
kibs updated
5 months ago
-
### Describe the highlighting problem
When accessing an attribute of a Python object that also happens to be the name of a builtin type, nvim-treesitter highlights it as though it is a type. For exam…
-
**Describe the bug**
Occasionally when switching buffers I get the following error message:
```
Error detected while processing FileType Autocommands for "*":
Error executing lua callback: ...te…
-
**Describe the bug**
The `textobjects` don't work properly with `set selection=exclusive`.
**To Reproduce**
I have setup the following keymaps:
```
textobjects = {
select = {
e…
-
使用规范定义的标记语言、JSON 或 yaml 来定义每一个菜谱。
有利于使用程序进行深加工,挖掘菜谱更多价值。
zgldh updated
8 months ago
-
### Describe the bug
I'm trying to enable indent for PHP specifically, e.g.
```lua
indent = {
enable = { 'php' },
}
```
However it's being enabled for every language instead. Maybe I'm mi…
leaty updated
1 month ago