This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-10 23:40:04 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b7a4c97feb
nvim-treesitter
/
queries
/
go
History
Download ZIP
Download TAR.GZ
Stephan Seitz
b7a4c97feb
Go locals: range_clause can define variables
...
```go for _, num := range numbers { fmt.Print(num, " ") } ```
2020-07-24 10:07:46 +02:00
..
highlights.scm
fixes golang method highlights (overwritten by parameter in the ordering)
2020-07-22 11:28:57 +02:00
locals.scm
Go locals: range_clause can define variables
2020-07-24 10:07:46 +02:00
textobjects.scm
go loop and func literal, rust textobject support
2020-07-17 20:44:43 +02:00