| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-13 | locals(Go): add namespace definition for import_spec_list | Stephan Seitz | |
| This would define `foo` ```go import ( foo "fmt" ) ``` | |||
| 2021-04-07 | highlights(go): Highlight const_declaration | Stephan Seitz | |
| Fixes #1157 | |||
| 2020-09-17 | Remove @definition.doc captures | Santos Gallegos | |
| These aren't really definitions and are being show in the definitions list. We aren't using them at the moment, we could use another group or query file. | |||
| 2020-09-11 | ci: fix wrong queries | Thomas Vigouroux | |
| 2020-09-07 | go locals: remove unused strip! directive | Stephan Seitz | |
| 2020-07-26 | Go locals: Make func_literal (lambda) a @scope | Stephan Seitz | |
| 2020-07-26 | Go locals: use reference.kind for calls | Stephan Seitz | |
| 2020-07-24 | Go locals: range_clause can define variables | Stephan Seitz | |
| ```go for _, num := range numbers { fmt.Print(num, " ") } ``` | |||
| 2020-06-07 | Add call references for Go | Stephan Seitz | |
| 2020-06-07 | Add go locals.scm | Stephan Seitz | |
