| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
Adjusts the Solarized Dark theme to be modeled more closely after
vim's incarnation. Also adjust the Solarized Light theme to match.
|
|
|
|
|
|
|
| |
* init
* wip
* wip
|
|
|
|
|
|
|
| |
* add glsl language support
* glsl: use indents.toml file
* add json indents.toml
|
|
|
|
|
| |
* add solarized_light theme
* solarized_light add constant.numeric
|
|
|
|
|
| |
* add glsl language support
* glsl: use indents.toml file
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* updated theme scopes
variable.property -> variable.field
property -> variable.field
* updated theme scopes
* update book and themes
updated book and themes to reflect scope changes
* wip
* update more queries
* update dark_plus.toml
|
| |
|
|
|
|
|
| |
- Use named color palette
- Remove blue highlight for variables (too much noise)
- Add purple highlight for control statements (if, match, etc)
|
|
|
| |
Co-authored-by: Houkime <>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add treesitter textobject queries
Only for Go, Python and Rust for now.
* Add tree-sitter textobjects
Only has functions and class objects as of now.
* Fix tests
* Add docs for tree-sitter textobjects
* Add guide for creating new textobject queries
* Add parameter textobject
Only parameter.inside is implemented now, parameter.around
will probably require custom predicates akin to nvim' `make-range`
since we want to select a trailing comma too (a comma will be
an anonymous node and matching against them doesn't work similar
to named nodes)
* Simplify TextObject cell init
|
| |
|
| |
|
|
|
|
|
| |
* refactor again
* remove useless color
|
| |
|
|\
| |
| | |
prefer elixir-lang/tree-sitter-elixir
|
| | |
|
| |
| |
| |
| | |
this aligns better with how ruby highlights symbols
|
| |
| |
| |
| | |
connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9
|
| | |
|
| |
| |
| |
| | |
connects https://github.com/elixir-lang/tree-sitter-elixir/pull/5
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
* add indents for python, but it's not Perfect
* add last line
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add submodule on tree-sitter/tree-sitter-tsq
mark tsq submodule as shallow
* add tree-sitter-tsq to languages
* add highlight queries for tsq
* Update .gitmodules
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add sections
* `COUNTS WITH MOTIONS`
* `SELECTING LINES`
* `UNDOING`
* Adjust lesson spacing to conform to page-wise scrolling
Vertical length of lessons reduced by 1 line so that page-up and
page-down move cleanly between lessons.
* Add sections
* `THE CHANGE COMMAND`
* `RECAP`
* `MULTIPLE CURSORS`
* Fix height of `RECAP` section
* Fix typo in `MULTIPLE CURSORS`
* Add additional information about space mode to `MULTIPLE CURSORS`
* Change `<SPACE><SPACE>` to `,`
* Add sections
* `THE SELECT COMMAND`
* `SELECTING VIA REGEX`
* `COLLAPSING SELECTIONS`
* Fix quote inconsistency
|
| |
|
| |
|
|
|
|
|
|
|
| |
* ✨ Add vue tree sitter support
* Update .gitmodules
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
|
|
|
|
|
| |
- update tree-sitter-zig subproject
- use highlights.scm from upstream, just use helix scopes
- update indents.toml, this one actually works
|
| |
|
| |
|
|
|
|
|
| |
* languages: add svelte support
* languages: add svelte injections
|
|
|
| |
This was recently changed in VSCode.
|
|
|
| |
Co-authored-by: Cédric Barreteau <cbarrete@users.noreply.github.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|