-
Hi. Are there any plans to support syntax highlighting for the [protocol buffer text format](https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.text_format) (textproto)?…
-
It would be useful to write a TextMate grammar as supported by GitHub's Linguist library https://github.com/github/linguist/blob/master/CONTRIBUTING.md#fixing-syntax-highlighting , Visual Studio Cod…
-
Benefits of using [chumsky](https://github.com/zesterer/chumsky) for parsing:
- Easier to read and modify than LALRPOP grammar
- Much better error reporting and syntax assistance
High level plan:…
-
In a fresh install, go get seems to take 6 minutes to get all dependencies
Replicate:
- `docker run -it golang:alpine3.11 /bin/sh`
- `apk add --no-cache git`
- `cd ..`
- `go get -u -v github.co…
-
The text based protocol buffer format does not highlight. It seems there was at least recognition of the elusive text based protocol buffer format back in https://github.com/github/linguist/issues/381…
-
### What is the issue?
ollama build fails on undefined llama references
```
# github.com/ollama/ollama
/usr/local/go/pkg/tool/linux_s390x/link: running gcc failed: exit status 1
/usr/bin/ld: /t…
woale updated
2 months ago
-
Consider the following proto file:
```
message M {
optional string foo = 1;
reserved "foo bar";
}
```
Here, `"foo bar"` is clearly an invalid identifier. The intention of the user is…
dsnet updated
7 months ago
-
**Have you read the [Tutorials](http://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html)?**
yes
**Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open is…
-
Seems it does not recognize tests inside tsx files:
![Screenshot from 2024-01-30 18-08-04](https://github.com/marilari88/neotest-vitest/assets/7434/8044c7c6-57ce-445d-825c-ffee223e7990)
I follow…
-
### Describe the bug
When elixir grammar installed, the neovim spell checking doesn't work
![image](https://github.com/nvim-treesitter/nvim-treesitter/assets/4070466/769d7a1c-1f79-4727-bc7d-b3de17…