nvim-treesitter/queries/go
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