Stephan Seitz
|
5b8c110ea4
|
Go locals: Make func_literal (lambda) a @scope
|
2020-07-26 10:16:24 +02:00 |
|
Stephan Seitz
|
17f99676e1
|
Go locals: use reference.kind for calls
|
2020-07-26 10:16:24 +02:00 |
|
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 |
|
winwisely268
|
954b8c718f
|
fixes golang method highlights (overwritten by parameter in the ordering)
|
2020-07-22 11:28:57 +02:00 |
|
winwisely268
|
59c084b5d8
|
go loop and func literal, rust textobject support
|
2020-07-17 20:44:43 +02:00 |
|
winwisely268
|
ee4cd7b0fd
|
added textobject support for golang
|
2020-07-16 11:09:33 +02:00 |
|
Stephan Seitz
|
5a096cb3f1
|
Add call references for Go
|
2020-06-07 12:39:58 +02:00 |
|
Stephan Seitz
|
452447694a
|
Add go locals.scm
|
2020-06-07 12:39:58 +02:00 |
|
Stephan Seitz
|
04040c61c7
|
Add highlights.scm for Go
|
2020-06-07 12:39:58 +02:00 |
|