| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
```go
for _, num := range numbers {
fmt.Print(num, " ")
}
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add rest_parameters as definition in javascript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conditional instead of a repeat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also highlight __init__/__new__ as constructor
|
|
This makes smart_rename work also for types out of the box and we don't
need to search for the path of actual node.
|
|
|
|
|
|
|
|
The highlighting when highlighting references and definitions in ruby
were off. This corrects that by assigning them to their correct properties.
|
|
|
|
Add `goto` keyword for C.
Fix typo for lua.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|