Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improve dart indent (#3419) | seb-bl | 2022-08-24 | |
| | ||||
* | add syntax highlights for xit (#3521) | ChemicalXandco | 2022-08-24 | |
| | ||||
* | add penumbra+ theme (#3398) | Vince Mutolo | 2022-08-21 | |
| | | | Co-authored-by: Vince Mutolo <vince@mutolo.org> | |||
* | feat: add taskwarrior to languages so `task N edit` is nice (#3468) | Alexander Brevig | 2022-08-20 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | add diff colors in PaperColor Light (#3470) | Soc Virnyl S. Estela | 2022-08-18 | |
| | ||||
* | theme: add papercolor light (#3426) | Soc Virnyl S. Estela | 2022-08-17 | |
| | | | | | | | * theme: add papercolor light * fix typo * add markup highlighting | |||
* | Update tree-sitter-swift (#3461) | Michael Davis | 2022-08-17 | |
| | ||||
* | Add emacs theme (#3410) | Yevgnen | 2022-08-17 | |
| | ||||
* | Theme Related Fixes (#3412) | nosa | 2022-08-14 | |
| | ||||
* | Fix typos in ayu themes, also remove trailing space | n0s4 | 2022-08-12 | |
| | ||||
* | Fix Typos in base16_transparent | n0s4 | 2022-08-12 | |
| | | | | Fixes #3373. | |||
* | Fix Markdown Metadata (#3400) | Erasin | 2022-08-12 | |
| | ||||
* | highlight closure pipes as brackets (#3397) | Vince Mutolo | 2022-08-12 | |
| | | | Co-authored-by: Vince Mutolo <vince@mutolo.org> | |||
* | Update tree-sitter-latex and highlights (#3370) | Erasin | 2022-08-10 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add language: beancount (#3297) | Kyle L. Davis | 2022-08-08 | |
| | | | | | Co-authored-by: erasin <erasinoo@gmail.com> Co-authored-by: Michael Davis <mcarsondavis@gmail.com> Co-authored-by: Erasin <erasinoo@gmail.com> | |||
* | slint indents | Erasin | 2022-08-08 | |
| | ||||
* | Add slint-ui support | Erasin | 2022-08-08 | |
| | | | | | | <https://slint-ui.com/> lsp: <https://github.com/slint-ui/slint/tree/HEAD/tools/lsp> tree-sitter-slint: <https://github.com/jrmoulton/tree-sitter-slint> | |||
* | Use split_parser branch for markdown grammar (#3108) | Matthias Deiml | 2022-08-06 | |
| | ||||
* | Fix indent guide styling (#3324) | A-Walrus | 2022-08-06 | |
| | | | | | | | | | | | | | | * Fix incorrect indent guide styling Before the indent guides on top of whitespace inherited the theme from them. Now they do not. * Fix dark_plus theme indent_guides * Use whitespace style as fallback for indent-guide * Fix dark_plus theme indent_guides * Move indent_guide style patching out of loop | |||
* | Attempt to bring spacebones light up to speed with recent features (#3342) | Daniel S Poulin | 2022-08-06 | |
| | ||||
* | Rosé Pine Moon Theme (#3229) | A. Taha Baki | 2022-08-06 | |
| | ||||
* | Add Doom's Acario dark theme. (#3308) | Luna | 2022-08-06 | |
| | ||||
* | Rust queries: add `(function_item)` as a local scope (#3345) | ChrHorn | 2022-08-06 | |
| | ||||
* | Fix php hightlight (#3317) | Erasin | 2022-08-05 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Inherit javascript/typescript from common 'ecma' queries (#3301) | Michael Davis | 2022-08-03 | |
| | | | | | | | JavaScript queries now contain a few lines that prevent them from being used whole-sale in typescript with `; inherits: javascript`. Here we follow nvim-treesitter's way of using a fake 'ecma' language as a common base for JavaScript and TypeScript to share as much as we can. | |||
* | theme `ui.virtual.indent-guide` in `dark_plus` (#3302) | Kirawi | 2022-08-02 | |
| | ||||
* | Improve Python queries, add locals (#3284) | ChrHorn | 2022-08-01 | |
| | ||||
* | update catppuccin theme(s) to new palettes (#3281) | ChrHorn | 2022-08-01 | |
| | ||||
* | javascript queries: fix parameters (#3280) | ChrHorn | 2022-08-01 | |
| | ||||
* | fix: gruvbox color modes (#3202) | Alexander Brevig | 2022-08-01 | |
| | | | | | * fix: gruvbox color modes * increase contrast, and use blue and not purple | |||
* | feat: add cue support (#3262) | Banst | 2022-07-31 | |
| | ||||
* | Flatwhite Theme (#3236) | Alexander Brevig | 2022-07-30 | |
| | ||||
* | Add Graphviz Dot lang support (#3241) | Erasin | 2022-07-30 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add transparent theme based on base16_default (#3216) | Slug | 2022-07-28 | |
| | ||||
* | Fix cursorline and selection themes for onelight (#3226) | Erasin | 2022-07-28 | |
| | ||||
* | Add textobject for javascript (#3213) | Erasin | 2022-07-28 | |
| | ||||
* | Remove let_declaration from Rust locals tracking (#3212) | Michael Davis | 2022-07-28 | |
| | ||||
* | JS/TS highlighting improvements (#3219) | Philipp Mildenberger | 2022-07-27 | |
| | ||||
* | Nord color modes (#3200) | A-Walrus | 2022-07-26 | |
| | | | | | | | * Add color modes to nord theme * Add color-modes to nord_light theme and fixup Fg color was not set in some places and defaulted incorrectly. | |||
* | Fix: Python hightlight (#3201) | Erasin | 2022-07-26 | |
| | ||||
* | Spacing | n0s4 | 2022-07-26 | |
| | ||||
* | Fixes + consistency | n0s4 | 2022-07-26 | |
| | | | | | | | | Some lines went longer than the titlebars, fixed regex in SPLITTING SELECTIONS which wasn't actually correct. Changed 1 "bat" to a "cat" in ADDING SELECTION ON NEXT SEARCH MATCH which makes it harder to do with a simple s select. | |||
* | Add SPLITTING SELECTIONS | n0s4 | 2022-07-26 | |
| | ||||
* | Spelling | n0s4 | 2022-07-26 | |
| | ||||
* | Add CYCLING AND REMOVING SELECTIONS | n0s4 | 2022-07-26 | |
| | ||||
* | Move Jumplist section and add recap | n0s4 | 2022-07-26 | |
| | ||||
* | Add 'ADDING SELECTION ON NEXT SEARCH MATCH' | n0s4 | 2022-07-26 | |
| | ||||
* | Add SEARCH FOR SELECTION | n0s4 | 2022-07-26 | |
| | ||||
* | Add REGISTERS, update MACROS accordingly | n0s4 | 2022-07-26 | |
| | ||||
* | Add REPLACING WITH YANKED TEXT and INCREMENTING/DECREMTING | n0s4 | 2022-07-26 | |
| | | | | | | | Also some consistency issues - redundant/dated comment in JOINING LINES - spacing around slashes - etc. |