-
### Describe the feature
Here https://mingodad.github.io/lua-wasm-playground/ there is an easier/cleaner way to write tree-sitter grammars like `V` (select `Tree-sitter-ebnf-generator-V` from `Exampl…
-
Many findings are trivially fixable and insert-only, e.g. inserting `persist-credentials: false`. It would be nice to expose a `--fix` flag or similar that could apply these.
Implementation-wise, t…
-
debug log:
```log
[DEBUG Wed Aug 28 01:10:42 2024] ...are/nvim-data/lazy/mason.nvim/lua/mason-core/process.lua:162: Spawned with pid 25436
[DEBUG Wed Aug 28 01:10:42 2024] ...are/nvim-data/lazy/mas…
-
Instead of passing in two tree-sitter-specific components here https://github.com/cursorless-dev/cursorless/blob/bc50059a8b702bf02dd1be864a30b48fed7d8fa6/packages/cursorless-engine/src/cursorlessEngin…
pokey updated
4 months ago
-
Hi
Been working with Smarty for almost 12 years now. Somehow syntax highlighting has always been a problem. Recently when working with neovim and tree-sitter.
Is there any recommended and updat…
-
```yaml
---
openapi: 3.1.0
x-top-level: value
info:
title: Sample API
unknownFixedField: value
description: Optional multiline or single-line description in [CommonMark](http://commonmark…
-
The version on crates.io fails to build from source. https://github.com/helixbass/tree-sitter-grep/pull/63 fixes this.
```
> cargo install tree-sitter-grep
...
error[E0308]: mismatched types
…
-
There is now [this](https://github.com/nvim-treesitter/nvim-treesitter/commit/604aa5a7c8cf1fd0c4ad667a0cc7fb8aaf0be33e). A config and highlights for `tree-sitter-nu` within `nvim-treesitter`.
Curre…
mrdgo updated
2 weeks ago
-
Take the following example:
```make
A+=1
B += 1
```
If you run this through `tree_sitter` and print it's parse tree, you get something like this:
```text
makefile [(0, 0) - (1, 6)]
var…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
use Lazyvim
and nvim: 0.10.1
```lua
return {
{ "kcl-lang/kcl…