nvim-treesitter/queries/go
Stephan Seitz eb742e304a locals(Go): add namespace definition for import_spec_list
This would define `foo`
```go
import (
	foo "fmt"
)
```
2021-04-13 13:34:57 +02:00
..
folds.scm Add folds for Go 2020-10-31 23:11:23 +01:00
highlights.scm highlights(go): Highlight const_declaration 2021-04-07 13:03:44 +02:00
indents.scm feat: use @ignore for comments and multiline strings 2021-03-01 23:28:53 +01:00
injections.scm Add comment parser to highlight comment tags (#893) 2021-03-12 11:21:46 -05:00
locals.scm locals(Go): add namespace definition for import_spec_list 2021-04-13 13:34:57 +02:00