| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The new parser is faster, does not lag while editing, correctly parses
the entire Zig code base, and is much easier to write queries for.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
* fold for if/while/for
* highlight "_" for ignore variable
* highlight "c" for PtrTypeStart
* highlight "?" for optional type
* remove duplicate query node in indent
|
| |
|
|
|
|
| |
* improve query performance 120ms -> 6ms
* correct highlight for field, type and function
* add highlight for escape/format sequence in string
|
| | |
|
| | |
|
| |
|