Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Add REPITITION section | n0s4 | 2022-07-26 |
| | |||
* | Improve ALIGN SELECTIONS section | n0s4 | 2022-07-26 |
| | |||
* | Reduce A-; section to a note on section 3.7 | n0s4 | 2022-07-26 |
| | | | | Also fixed consistency of capitalisation and spacing of notes. | ||
* | Correct recap numbers. | n0s4 | 2022-07-26 |
| | |||
* | Line too long + grammar. | n0s4 | 2022-07-26 |
| | |||
* | Add vale to gitignore + spelling | n0s4 | 2022-07-26 |
| | |||
* | Added REPLACE and moved SELECTING TO A CHARACTER into the same chapter. | n0s4 | 2022-07-26 |
| | |||
* | Add 'ALIGN SELECTIONS' and 'SPLIT SELECTIONS ON LINES' | n0s4 | 2022-07-26 |
| | |||
* | Move COLLAPSING SELECTION to MOTIONS AND SELECTIONS. | n0s4 | 2022-07-26 |
| | | | | Also had to do a little rewording to fit the recap for MOTIONS AND SELECTIONS. | ||
* | Added Select mode section. | n0s4 | 2022-07-26 |
| | | | | Also added a note about X on "SELECTING LINES". | ||
* | Re-order sections. | n0s4 | 2022-07-26 |
| | |||
* | Improve python highlighting (#3103) | Kirawi | 2022-07-26 |
| | | | | | | | | | | | | | * improve python queries * update python grammar to `0.20.2` * fix variadic parameter scope * add punctuation scopes * fix order of punctuation scopes * undo `embedded` delete | ||
* | feat(tree-sitter): :sparkles: add go template support (#3091) | Daniel Longeuay | 2022-07-26 |
| | | | | | | | * feat(tree-sitter): :sparkles: add go template support * fix(tree-sitter): :bug: go template highlight scope selectors * chore(tree-sitter): :wrench: update go template grammar commit | ||
* | feat(themes): add mode-specific styles to the dracula themes (#3135) | Mr. E | 2022-07-26 |
| | |||
* | Add elixir & heex comment textobjects (#3179) | Clay | 2022-07-26 |
| | |||
* | Add ayu themes (#3184) | André Sá | 2022-07-26 |
| | |||
* | Highlight constructor in monokai theme (#3131) | A-Walrus | 2022-07-26 |
| | |||
* | add support for rulers to boo_berry theme (#3191) | bootradev | 2022-07-25 |
| | |||
* | Fix: svelte indets.scm (#3147) | Erasin | 2022-07-24 |
| | |||
* | Improve HEEx comment highlights, inject comment lang (#3170) | Clay | 2022-07-24 |
| | |||
* | helix_view::theme [WARN] Theme (#3119) | Aiko Mastboom | 2022-07-22 |
| | | | | | | | | * helix_view::theme [WARN] Theme * updated: warning, error, info, hint colours https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography Co-authored-by: Aiko Mastboom <git@aiko.sh> | ||
* | Replace '; inherits <language>' in treesitter queries with <language> ↵ | Philipp Mildenberger | 2022-07-22 |
| | | | | | queries instead of appending them (#2470) Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | add statusline.{mode} colors and tweak various settings (#3128) | 0rphee | 2022-07-21 |
| | |||
* | Add `color-modes` for onelight theme (#3104) | Erasin | 2022-07-20 |
| | | | Add keyword.function and keyword.storage.type for TS |