aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAge
* Include unnamed children for html injected into inline markdown (#4478)Matthias Deiml2022-10-27
|
* feat(themes): add mode-specific styles to the tokyonight themes (#4415)Mr. E2022-10-22
| | | Co-authored-by: SoraTenshi <dream@neoncity.dev>
* Theme: Papercolor: Fixed cursorline background (#4317)Mehedi Hasan2022-10-21
|
* Added 2 new themes (#4367)PORTALSURFER2022-10-21
|
* Add textobjects.scm for zig (#4409)Sora2022-10-21
|
* Add support for D (#4372)Garrett D'Amore2022-10-20
| | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Upgrade rescript tree sitter & highlights (#4356)Jared Ramirez2022-10-20
| | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Merge pull request #4061 from pascalkuthe/undercurl-modifierBlaž Hrastnik2022-10-19
|\ | | | | Support different kinds of underline rendering (updated)
| * merge underline-style and underline-color into a single tablePascal Kuthe2022-10-13
| |
| * make casing consistent with other configurationPascal Kuthe2022-10-06
| |
| * make underline_style a seperate optionPascal Kuthe2022-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 terminfoGokul Soumya2022-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 underlinesA-Walrus2022-10-01
| |
| * Support different kinds of underline renderingGokul Soumya2022-10-01
| | | | | | | | | | | | | | | | | | Adds four new modifiers that can be used in themes: - undercurled - underdashed - underdotted - double-underline
* | Add a first version of kanagawa theme (#4300)zetashift2022-10-19
| |
* | Support Cairo 0.10 syntaxBlaž Hrastnik2022-10-17
| |
* | Fix readability of highlighted text on the rose_pine themes using official ↵echoriiku2022-10-17
| | | | | | | | palettes (#4221)
* | Fix selecting pop dark theme (#4323)Brandon Dong2022-10-17
| |
* | themes: Add `bogster_light` theme (#4265)Wojciech Kępka2022-10-15
| | | | | | Co-authored-by: Wojciech Kępka <wojciech.kepka@softax.pl>
* | themes: Update bogster theme (#4264)Wojciech Kępka2022-10-15
| | | | | | Co-authored-by: Wojciech Kępka <wojciech.kepka@softax.pl>
* | C# syntax highlight tweaks (#4285)Chickenkeeper2022-10-15
| |
* | Fixup Zig Indent Queries (#4281)Sora2022-10-15
| |
* | c/c++ highlighting: various tweaksSam McCall2022-10-15
| | | | | | | | | | | | | | | | | | | | - treat `restrict`/`_Atomic` like `const`/`volatile` => @keyword.storage.modifier - highlight `unsigned int` as builtin => @type.builtin - recognize `static_cast` and friends => @keyword - `template` is a kind of entity like `typename` => @keyword.storage.type - many declaration modifiers have nothing to do with storage/types (explicit, friend, access specifiers, inline in C++) => @keyword - fix floats highlighted as integer => @constant.numeric
* | c/c++ highlights: *& are @type or @operator based on context (#4278)Sam McCall2022-10-15
| |
* | Add support for Purescript language (#4242)Dario Oddenino2022-10-14
| |
* | Created heisenberg theme for helix editor (#4209)IrishMaestro2022-10-14
| |
* | Fix C++ syntax highlighting, and improve C & WGSL highlighting (#4079)Chickenkeeper2022-10-14
| |
* | Monokai Pro Octagon statusline modes (#4247)Ben Lee-Cohen2022-10-14
| |
* | tutor: Normalize key names, capitalization, etc.Tim Siegel2022-10-12
| |
* | tutor: Minor grammar fixTim Siegel2022-10-12
| | | | | | | | No need to say additionally, as well, also, etc. One is enough.
* | tutor: Clarify forward reference to "primary selection"Tim Siegel2022-10-12
| |
* | tutor: Clarify first multi-cursor exampleTim Siegel2022-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 Siegel2022-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 Hofmann2022-10-12
| |
* | Rename extend indent captures.Daniel Ebert2022-10-11
| | | | | | | | Clarify comments in indent code.
* | Add `extend-indented` and `stop-extend` captures for indent queries.Triton1712022-10-11
| | | | | | | | Improve and re-enable python indent queries.
* | update everforest theme (#3998)Alex2022-10-11
| |
* | Add colours "color-modes" to ayu_light theme (#4109)Stuart Baker2022-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)gbprod2022-10-10
| |
* | Improve C# syntax highlighting (#4118)Chickenkeeper2022-10-10
| |
* | Use different cursor color for primary cursor for ayu_mirage (#4140)S1m2022-10-10
| |
* | tutor: 5.5 add missing words (#4160)Mike Sampson2022-10-09
| |
* | Update sonokai.toml (#4089)Oleksii Dorozhkin2022-10-06
| |
* | Pallettise the bogster theme and, more importantly, add support for ↵allanderek2022-10-06
| | | | | | | | color-modes to the bogster theme. (#4121)
* | Fix tutor typo (#4116)Jonathan2022-10-05
| |
* | Keep arrow and special keys in insert (#3915)Ivan Tham2022-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 Davis2022-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)Slug2022-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)David2022-10-03
| | | | | | | | | | * Update treesitter markdown * Update inline and add table injections
* | Onedarker theme: some improvements (#4069)nuid322022-10-02
| |