aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* Golang indent improvementsBlaž Hrastnik2021-08-19
|
* feat: add indenting for protobufYusuf Bera Ertan2021-08-19
|
* feat: add protobuf tree-sitter parser with highlighting queriesYusuf Bera Ertan2021-08-19
|
* gruvbox theme changes (#594)oberblastmeister2021-08-18
| | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property
* Update dark_plus.tomlKirawi2021-08-18
|
* Add ledger tree-sitter (#572)Ivan Tham2021-08-16
| | | | Might need to update later since the current one highlight does not work very well yet.
* Tutorial for Helix akin to `vimtutor` (#537)Omnikar2021-08-13
| | | | | | | | | | | | | | | | | * Create `docs/tutor.txt` * Create `EXITING HELIX` and `DELETION` sections * Create Insert mode, saving, and recap sections * Create `MOTIONS AND SELECTIONS` section * Add additional notes to `SAVING A FILE` section * Remove extra blank lines in `SAVING A FILE` section * Move `tutor.txt` to `runtime/` * Add WIP message to end of tutorial
* add java highlighting (#448)Kirawi2021-08-10
|
* Improve nix indentsBlaž Hrastnik2021-08-08
|
* Update popup and diagnostics in onedark themeGokul Soumya2021-07-30
|
* fix: change primary cursor color in bogster themegbaranski2021-07-26
|
* rust: Indent multi line call expressions one level deeperBlaž Hrastnik2021-07-26
|
* Improve rust indentation queriesBlaž Hrastnik2021-07-26
| | | | | if/if let are already handled by block, and keeping these scopes would indent else blocks one level too far.
* Update dark_plus.tomlKirawi2021-07-21
| | | Corrects primary selection color and makes matching cursor easier to spot.
* Update dark_plus.tomlKirawi2021-07-15
| | | Didn't realize what `ui.statusline.active` was for. It's needed for view splits.
* Dynamically load grammar libraries at runtimeBlaž Hrastnik2021-07-14
|
* Rewritten Rust `highlights.scm` (#425)Kirawi2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewrote Rust highlights.scm * wip * wip * wip * wip * fixed type highlighting * wip * rewrite again * moved operators * missing newline * missing newline * update book * fix constructor highlighting * fix constructor highlighting * fix const highlighting * better constructor highlighting * remove dup, bug was my locals.scm file * fixed docs * merge * fixed for highlighting * add yield * remove yield * added yield back * fixed yield highlighting * unecessary
* VSCode Dark+ Theme (#414)Kirawi2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Add VSCode Dark+ Theme wip wip wip wip wip wip properly detect constants add bool wip * suggestion * add variant for c/c++ * fix hexcode error * removed regex highlight * fixed constant higlighting * wip * add space * add suggestions * update theme * update book * suggestions * fix c/c++ enum * update book
* Add julia support (LSP not working)wesh2021-07-05
|
* Update onedark themeGokul Soumya2021-07-03
| | | | | Add colors for matching brace, non primary selections, inactive statusline
* Color palettes (#393)Jakub Bartodziej2021-06-30
| | | | | | | | | | | | | | | | | | | * Enable using color palettes in theme files. * Add an example theme defined using a gruvbox color palette. * Fix clippy error. * Small style improvement. * Add documentation for the features to themes.md. * Update runtime/themes/gruvbox.toml Fix the value of purple0. Co-authored-by: DrZingo <DrZingo@users.noreply.github.com> Co-authored-by: DrZingo <DrZingo@users.noreply.github.com>
* Add default color for cursor match (#370)Ivan Tham2021-06-25
| | | | | | | | | * Add default color for cursor match Not all terminals support dim, for those terminal that does not support this (konsole, item2, wezterm), users cannot differentiate between match and primary cursor. So set a color for this. * Use alacritty dim color for match
* Move themes to runtime/themes, add link from contrib/themeswojciechkepka2021-06-19
|
* Add latexIvan Tham2021-06-16
|
* Add Nix runtimeTimothy DeHerrera2021-06-10
|
* Updated elixir queries to fix crashCorey Powell2021-06-08
|
* Restored haskell syntaxCorey Powell2021-06-04
| | | | It seems to work
* Rust: Highlight crate namespace, categorize `mut`notoria2021-06-04
|
* Rust: Add keyword `async`, match the entire macronotoria2021-06-04
|
* Added elixir syntaxCorey Powell2021-06-02
| | | | Using custom fork for now to get around generating the source files
* Add typescript support & ts/js indentation queriesBlaž Hrastnik2021-06-01
|
* Golang indent queriesBlaž Hrastnik2021-06-01
|
* Adjust golang indents yet againBlaž Hrastnik2021-05-31
|
* Adjust rust indentsBlaž Hrastnik2021-05-30
|
* Golang indent adjustmentBlaž Hrastnik2021-05-28
|
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
|
* syntax: golang: Indent type declarationsBlaž Hrastnik2021-05-18
|
* Adjust highlighting for rust.Blaž Hrastnik2021-05-16
|
* Add indentation queries for golang.Blaž Hrastnik2021-05-15
|
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
| | | | | | | | | Can't do it via a scm query nicely because it returns an iterator over all the matches, whereas we want to traverse the tree ourselves. Can't extract the pattern data from a parsed query either. Oh well, toml files for now.
* Fix C highlighting inconsistencies.Blaž Hrastnik2021-04-23
|
* Highlight metavariables ($var) inside rust macros.Blaž Hrastnik2021-04-14
|
* Rust: Highlight 'crate' as a keyword.Blaž Hrastnik2021-04-13
|
* Add tree-sitter queries.Blaž Hrastnik2021-04-09
|
* queries: rust: highlight number constants correctly.Blaž Hrastnik2021-04-08
|
* Import tree sitter queries.Blaž Hrastnik2021-04-08