| Age | Commit message (Collapse) | Author |
|
Was caused by updating all buffer hooks on every char insert.
Particularily, the syntax update takes a little bit too long to
call on every char. Now the keyboard parsing routine compresses
all consecutive self-inserting chars into one "key press".
Also fix some small issues with timers and update them with a min
and max.
|
|
|
|
Implement another predicate and add javascript.
|
|
The timers shown with `M-x timers` are now actual timings.
|
|
Can be set with the $TREESITTER_GRAMMARS variable, separated by ':'
|
|
|
|
Tree-sitter uses position in byte coordinates, despite
what it seems to say in the docs.
|
|
|
|
It is now created when parsing the queries.
Also, make completion popup directly.
|
|
|
|
|
|
|