Vincent Rischmann
000f71842b
feat(gomod): highlight the toolchain directive ( #5795 )
2023-12-15 21:01:31 +02:00
Jaehwang Jung
9567185621
feat: @spell on comments
2023-09-12 17:34:58 +02:00
Pham Huy Hoang
78b54eb7f6
chore(injections)!: update injection syntax to 0.9
...
Since 0.9, @lang syntax is still available as fallback but will soon be deprecated.
Because of that, new syntax should be adopted once 0.9 becomes the
baseline requirements for nvim-treesitter
- update health check
- update doc
2023-08-12 17:34:15 +02:00
ray-x
0493aa026b
highlight for module path
2023-02-17 16:54:18 -08:00
Omer Tuchfeld
3b05ef4492
Add support for new golang go.work files
...
The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713 ) a new file type
called `go.work`.
This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository
That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few
minor changes to make it work on the very similar `go.work` files.
2021-12-18 20:02:08 +01:00
Camden Cheek
07fc8cc20e
Add go-mod tree-sitter config
...
Adds a tree-sitter config for go.mod files as well as highlighting
queries.
2021-04-28 17:37:33 +02:00