Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | use punctuation.special for interpolation #{ } | Michael Davis | 2021-10-27 | |
| | ||||
* | runtime: Rose Pine colorscheme (#897) | Ray Gervais | 2021-10-25 | |
| | ||||
* | Add treesitter textobjects (#728) | Gokul Soumya | 2021-10-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
* | CMake support (#888) | ath3 | 2021-10-22 | |
| | ||||
* | fixes: missing info, warning diagnostic (#890) | Ray Gervais | 2021-10-22 | |
| | ||||
* | Refactor nord theme (#874) | WindSoilder | 2021-10-19 | |
| | | | | | * refactor again * remove useless color | |||
* | improve menu selected color for nord (#873) | WindSoilder | 2021-10-18 | |
| | ||||
* | Merge pull request #830 from the-mikedavis/official-elixir-tree-sitter | Blaž Hrastnik | 2021-10-18 | |
|\ | | | | | prefer elixir-lang/tree-sitter-elixir | |||
| * | scope arities in captures as operators | Michael Davis | 2021-10-17 | |
| | | ||||
| * | use special.string.symbol instead of symbol | Michael Davis | 2021-10-17 | |
| | | | | | | | | this aligns better with how ruby highlights symbols | |||
| * | use latest tree-sitter-elixir with 'not in' query support | Michael Davis | 2021-10-17 | |
| | | | | | | | | connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9 | |||
| * | align highlight scopes with documented scopes | Michael Davis | 2021-10-17 | |
| | | ||||
| * | highlight calls to erlang modules as types | Michael Davis | 2021-10-17 | |
| | | | | | | | | connects https://github.com/elixir-lang/tree-sitter-elixir/pull/5 | |||
| * | add LICENSE snippet at elixir hightlights top | Michael Davis | 2021-10-17 | |
| | | ||||
| * | use the warning type for tree-sitter ERRORs | Michael Davis | 2021-10-17 | |
| | | ||||
| * | describe atoms as tags | Michael Davis | 2021-10-17 | |
| | | ||||
| * | add highlights query from elixir-lang/tree-sitter-elixir | Michael Davis | 2021-10-17 | |
| | | ||||
* | | adds: base16 theme for Helix editor (#833) | Ray Gervais | 2021-10-18 | |
| | | ||||
* | | Add indents for python, but it's not perfect. (#837) | WindSoilder | 2021-10-18 | |
|/ | | | | | * add indents for python, but it's not Perfect * add last line | |||
* | Enable c-sharp language and highlights (#861) | Michael Davis | 2021-10-17 | |
| | ||||
* | fix digit escapes in java & php highlights (#846) | Michael Davis | 2021-10-16 | |
| | ||||
* | Add highlight support for tree-sitter-query language (tsq) (#845) | Michael Davis | 2021-10-16 | |
| | | | | | | | | | | | | | * 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> | |||
* | Continue tutor (#737) | Omnikar | 2021-10-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||
* | fix nord ui focus color (#844) | WindSoilder | 2021-10-15 | |
| | ||||
* | improve contract on nord comment color (#842) | WindSoilder | 2021-10-14 | |
| | ||||
* | Add Vue tree sitter grammar (#787) | Thomas Wehmöller | 2021-10-10 | |
| | | | | | | | * ✨ Add vue tree sitter support * Update .gitmodules Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
* | Zig tree-sitter rework (#811) | voroskoi | 2021-10-05 | |
| | | | | | - update tree-sitter-zig subproject - use highlights.scm from upstream, just use helix scopes - update indents.toml, this one actually works | |||
* | adds: nord colortheme (#799) | Ray Gervais | 2021-10-03 | |
| | ||||
* | add everforest dark theme (#760) | Alex | 2021-09-17 | |
| | ||||
* | languages: add svelte support (#733) | Raphael Megzari | 2021-09-17 | |
| | | | | | * languages: add svelte support * languages: add svelte injections | |||
* | Update dark_plus error colour | Kirawi | 2021-09-12 | |
| | | | This was recently changed in VSCode. | |||
* | Update ledger treesitter injections (#732) | cbarrete | 2021-09-09 | |
| | | | Co-authored-by: Cédric Barreteau <cbarrete@users.noreply.github.com> | |||
* | Improve docs, fix up a few highlight scopes | Blaž Hrastnik | 2021-09-07 | |
| | ||||
* | syntax: Add go & rust locals, improve tree-sitter error message | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | At least partly highlight tsx | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | Improve highlighting scopes | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | runtime: Query improvements | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | syntax: Improve go highlights | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | Improve grammar definitions | Blaž Hrastnik | 2021-09-06 | |
| | ||||
* | OCaml support (#666) | oberblastmeister | 2021-09-01 | |
| | | | | | | | | | | | | | | | | | | | | | * added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits | |||
* | Lua support (#665) | oberblastmeister | 2021-09-01 | |
| | | | | | | | | | | | | | | | | | | | | | * added submodule * small changes * updated some stuff * remove * shallow clone * correct indent * shallow * ok * highlights * proper captures | |||
* | YAML support (#667) | oberblastmeister | 2021-09-01 | |
| | | | | | | | | | | | | | * added submodule * remove wrong one * added highlights * use property * add indents * shallow | |||
* | Add zig tree-sitter support (#631) | voroskoi | 2021-08-28 | |
| | | | | | | | * Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml | |||
* | Add Monokai theme (#628) | Kirawi | 2021-08-25 | |
| | | | | | | | * init * update * cleanup | |||
* | fix: add missing optional keyword to protobuf syntax | Yusuf Bera Ertan | 2021-08-20 | |
| | ||||
* | Golang indent improvements | Blaž Hrastnik | 2021-08-19 | |
| | ||||
* | feat: add indenting for protobuf | Yusuf Bera Ertan | 2021-08-19 | |
| | ||||
* | feat: add protobuf tree-sitter parser with highlighting queries | Yusuf Bera Ertan | 2021-08-19 | |
| | ||||
* | gruvbox theme changes (#594) | oberblastmeister | 2021-08-18 | |
| | | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property | |||
* | Update dark_plus.toml | Kirawi | 2021-08-18 | |
| |