| Age | Commit message (Collapse) | Author |
|
feat(parsers): add scheme parser
|
|
|
|
- Basic textobjects
- Highlighting punctuation symbols
|
|
Format the docs to be consisted and some typos.
|
|
template arguments are valid
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored: @PitcherTear22
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```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
|