Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | tutor: Minor grammar fix | Tim Siegel | 2022-10-12 | |
| | | | | | | | | No need to say additionally, as well, also, etc. One is enough. | |||
* | | tutor: Clarify forward reference to "primary selection" | Tim Siegel | 2022-10-12 | |
| | | ||||
* | | tutor: Clarify first multi-cursor example | Tim Siegel | 2022-10-12 | |
| | | | | | | | | | | If the reader is unfortunate enough to place the cursor at the beginning of the line on step #1, subsequent steps will fail. | |||
* | | tutor: Clarify forward reference to "select command" | Tim Siegel | 2022-10-12 | |
| | | | | | | | | | | | | The phrase "Like the select command" suggests that the reader has been introduced to select already. That doesn't happen until the next chapter. | |||
* | | Update tree-sitter-lua and add textobjects for Lua (#3552) | Lennard Hofmann | 2022-10-12 | |
| | | ||||
* | | Rename extend indent captures. | Daniel Ebert | 2022-10-11 | |
| | | | | | | | | Clarify comments in indent code. | |||
* | | Add `extend-indented` and `stop-extend` captures for indent queries. | Triton171 | 2022-10-11 | |
| | | | | | | | | Improve and re-enable python indent queries. | |||
* | | update everforest theme (#3998) | Alex | 2022-10-11 | |
| | | ||||
* | | Add colours "color-modes" to ayu_light theme (#4109) | Stuart Baker | 2022-10-11 | |
| | | | | | | | | | | | | | | * Rename "dark gray" to "light gray" * Add colours for statusline modes * Use UI background for inactive panes | |||
* | | Change twig tree-sitter grammar (#4176) | gbprod | 2022-10-10 | |
| | | ||||
* | | Improve C# syntax highlighting (#4118) | Chickenkeeper | 2022-10-10 | |
| | | ||||
* | | Use different cursor color for primary cursor for ayu_mirage (#4140) | S1m | 2022-10-10 | |
| | | ||||
* | | tutor: 5.5 add missing words (#4160) | Mike Sampson | 2022-10-09 | |
| | | ||||
* | | Update sonokai.toml (#4089) | Oleksii Dorozhkin | 2022-10-06 | |
| | | ||||
* | | Pallettise the bogster theme and, more importantly, add support for ↵ | allanderek | 2022-10-06 | |
| | | | | | | | | color-modes to the bogster theme. (#4121) | |||
* | | Fix tutor typo (#4116) | Jonathan | 2022-10-05 | |
| | | ||||
* | | Keep arrow and special keys in insert (#3915) | Ivan Tham | 2022-10-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Keep arrow and special keys in insert Advanced users won't need it and is useful for beginners. Revert part of #3671. * Change text for insert mode section Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * Remove ctrl-up/down in insert * Reorganize insert keys and docs * Improve page up experience on last tutor The last tutor page can page down multiple times and it will break the heading on the 80x24 screen paging when reaching the last page, this keeps the style the same and make sure page up and down won't break it. Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
* | | rust: Highlight function signatures as functions (#4073) | Michael Davis | 2022-10-03 | |
| | | | | | | | | | | | | | | | | | | | | | | This stanza highlights functions within trait definitions. For example, in: pub trait Widget { fn render(self, area: Rect, buf: &mut Buffer); } `render` is currently highlighted as a variable. With this change it's highlighted as a function. | |||
* | | Add dark high contrast theme refer to vscode (#3312) | Slug | 2022-10-03 | |
| | | | | | | | | | | | | | | | | | | * Add dark high contrast theme * Add my sign * Fix typo * Change gray to white for comment and remove Italic | |||
* | | Update treesitter markdown (#4078) | David | 2022-10-03 | |
| | | | | | | | | | | * Update treesitter markdown * Update inline and add table injections | |||
* | | Onedarker theme: some improvements (#4069) | nuid32 | 2022-10-02 | |
| | | ||||
* | | Adjust light-gray in onedarker theme (#4060) | nuid32 | 2022-10-01 | |
|/ | ||||
* | Add support for webassembly text format (#4040) | Roberto Vidal | 2022-10-01 | |
| | ||||
* | themes: Add onedarker (#3980) | nuid32 | 2022-10-01 | |
| | ||||
* | WGSL syntax highlighting fix (#3996) | Chickenkeeper | 2022-09-30 | |
| | ||||
* | Add comment injection for R (#4031) | Maximilian Muecke | 2022-09-29 | |
| | ||||
* | tutor: missing <ESC> before removing the second cursor (#4027) | joleaf | 2022-09-29 | |
| | | | This step was missing in section 5.2 of tutor. | |||
* | Fix tutor typo `favourite` to `favorite` (#4007) | Sora | 2022-09-28 | |
| | ||||
* | Add gruvbox dark (#3948) | Sven-Hendrik Haase | 2022-09-28 | |
| | | | | | * Add gruvbox dark * fixup! Add gruvbox dark | |||
* | fix: Improve JSX and TSX tag highlighting (#3973) | Jacob Chandler | 2022-09-26 | |
| | ||||
* | Remove `do_block` from Ruby indents (#3976) | Oskar Köök | 2022-09-26 | |
| | | | `do_block` and `block` seem to conflict, causing double-indentation in some cases. Removing `do_block` does not seem to have any negative effect, while fixing the double-indentation issue. | |||
* | Add bufferline colors to 15 themes (#3881) | Invader Zim | 2022-09-23 | |
| | | | | | | | | | | | | | | | | | | | Themes: * acme * ayu_dark * ayu_light * ayu_mirage * base16_default_dark * base16_default_light * bogster * catppuccin_frappe * catppuccin_latte * catppuccin_macchiato * catppuccin_mocha * darcula * dark_plus * doom_acario_dark * emacs | |||
* | docs: Punctuation on tutor (#3888) | adrian5 | 2022-09-23 | |
| | ||||
* | Theme: Papercolor: Tune inactive statusline (#3938) | Henrik Tjäder | 2022-09-22 | |
| | ||||
* | Fix highlighting on single-character Rust consts (#3927) | gavincrawford | 2022-09-21 | |
| | | | | Co-authored-by: Kirawi <67773714+kirawi@users.noreply.github.com> Co-authored-by: Gavin Crawford <gavincrawford@users.noreply.github.com> | |||
* | add `bass` language + highlighting (#3771) | Alex Suraci | 2022-09-18 | |
| | ||||
* | Add darcula theme based upon Intelij Darcula (#3739) | Nick Ogden | 2022-09-16 | |
| | ||||
* | fix: Improving JSX and TSX indents (#3853) | Benjamin Streit | 2022-09-16 | |
| | ||||
* | Improve flatwhite theme (#3843) | Kristoffer Flottorp | 2022-09-16 | |
| | | | Co-authored-by: krfl <kr.fl@outlook.com> | |||
* | improve fleetish theme (#3844) | Kristoffer Flottorp | 2022-09-16 | |
| | | | Co-authored-by: krfl <kr.fl@outlook.com> | |||
* | feat: Syntax highlighting for Astro files (#3829) | Benjamin Streit | 2022-09-13 | |
| | ||||
* | Clean Up Nord Theme (#3792) | Alex Mayer | 2022-09-12 | |
| | | | | | - Add markup styles - Replace custom colors with Nord colors - Clean up code spacing | |||
* | Remove arrow key recommendation from tutor (#3811) | Michael Davis | 2022-09-12 | |
| | ||||
* | Make whitespace in monokai-pro-spectrum theme one step dimmer to avoid (#3814) | Fanda Vacek | 2022-09-12 | |
| | | | | | the white space confusion with hyphen Co-authored-by: Fanda Vacek <fvacek@elektroline.cz> | |||
* | Remove the .txt suffix from tutor | Blaž Hrastnik | 2022-09-11 | |
| | | | | | | | | | | | | The tutor file is loaded as .txt which can potentially spawn a language server. Then the path is unset, but the LS remains active. This can cause panics since updates are now submitted for a doc with no path. As a quick workaround we remove the extension which should avoid detection. Fixes #3730 | |||
* | Add textobject for gdscript (#3760) | Erasin | 2022-09-10 | |
| | ||||
* | Add godot resource support (#3759) | Erasin | 2022-09-10 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add papercolor dark variant (#3742) | Soc Virnyl S. Estela | 2022-09-09 | |
| | ||||
* | feat(languages): jsonnet (#3714) | Matouš Dzivjak | 2022-09-08 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add syntax highlighting for SML (#3692) | Giorbo | 2022-09-07 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> |