Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | merge underline-style and underline-color into a single table | Pascal Kuthe | 2022-10-13 |
| | |||
* | make casing consistent with other configuration | Pascal Kuthe | 2022-10-06 |
| | |||
* | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
| | | | | | | | | | | Underline styles are mutally exclusive and overwrite each other. Therefore implementing as an modifier lead to incorrect behaviour when the underline style is overwritten. For backwards compatability the "underline" modified is retained (but deprecated). Instead the "underline_style" and "underline_color" optios should be used to style underlines. | ||
* | Detect extended underline support using terminfo | Gokul Soumya | 2022-10-01 |
| | | | | | | | The cxterminfo crate has been used over popular alternatives like `term` since it supports querying for extended capabilities and also for it's small codebase size (which will make it easy to inline it into helix in the future if required). | ||
* | Add separate color for underlines | A-Walrus | 2022-10-01 |
| | |||
* | Support different kinds of underline rendering | Gokul Soumya | 2022-10-01 |
| | | | | | | | | | Adds four new modifiers that can be used in themes: - undercurled - underdashed - underdotted - double-underline | ||
* | 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> | ||
* | Fix Rust attribute highlights (#3729) | Michael Davis | 2022-09-07 |
| | |||
* | nix: fix highlighting rules | Timothy DeHerrera | 2022-09-07 |
| | | | | | | | | * avoid coloring `identifier`s globally * fix function application when not part of `select_expression` * add `has_attribute_expression` highlighting * fix precendence for interpolation, which should be after select * highlight `@` as delimiter | ||
* | Theme: Rasmus (#3728) | Rohit K Viswanath | 2022-09-06 |
| | |||
* | nix: add language injections | Timothy DeHerrera | 2022-09-06 |
| | | | | | | | | By simply placing a comment with the name of the desired language just before a multi-line string, that language will be injected. Also, common functions and attributes which are expected to be shell code are automatically injected. | ||
* | Update tree-sitter-diff (#3708) | Michael Davis | 2022-09-06 |
| | | | | | This change also renames the grammar from `git-diff` to `diff`. The grammar covers regular diff syntax so I renamed the repository a while ago. | ||
* | Elixir: update tree-sitter queries (#3645) | Clay | 2022-09-05 |
| | |||
* | tree-sitter-solidity: Use upstream, update queries | Blaž Hrastnik | 2022-09-05 |
| | |||
* | Fix typos in tutor (#3664) | Fangrui Song | 2022-09-03 |
| | |||
* | update boo_berry theme for statusline and indent-guide (#3653) | bootra | 2022-09-02 |
| | |||
* | Highlight SQL in `sqlx::{query,query_as}!()` in Rust (#3647) | Charles Hall | 2022-09-02 |
| | |||
* | update zig grammar and highlight rules (#3621) | voroskoi | 2022-09-02 |
| | |||
* | theme: Add Varua color scheme (#3610) | Bertrand Bousquet | 2022-09-02 |
| | |||
* | Change MonokaiProSpectrum theme error background from red to magenta. (#3627) | Fanda Vacek | 2022-09-01 |
| | | | Co-authored-by: Fanda Vacek <fvacek@elektroline.cz> | ||
* | fix: typo in tutor about searching compared to vim (#3625) | Charles Hall | 2022-09-01 |
| | |||
* | Update tree-sitter-rust to latest | Michael Davis | 2022-08-31 |
| | | | | | | There don't appear to be any regressions from the updates. Also included is a fix which highlights the "#" as in attributes as punctuation. This was previously unhighlighted. | ||
* | erlang: Fix highlighting of empty records | Michael Davis | 2022-08-31 |
| | | | | | | | | | | For example -record(state, {}) Would not highlight `state` as a type since the alternation didn't allow for an empty tuple. Allowing the inner atom of the tuple to be optional fixes this case. |