Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |||
* | feat(themes): add mode-specific styles to the onedark theme (#3098) | Mr. E | 2022-07-20 | |
| | ||||
* | Fix locals tracking in Rust closures (#3027) | Michael Davis | 2022-07-20 | |
| | | | | | | | | | | The fix comes from the rewriting of the `closure_parameters` stanza: it was capturing the entire `closure_parameters` node including paretheses, whitespace, and commas. Capturing the identifiers within fixes the tracking. In order to make sure locals definitions from closure parameters don't leak out of the body of the closure, though, we should also mark the closure itself as a locals scope. | |||
* | Add SCSS language support (#3074) | Joe | 2022-07-17 | |
| | ||||
* | Add cursorline colour to darkplus theme (#3054) | Termina94 | 2022-07-12 | |
| | | | Co-authored-by: Dean Revell <revell@gmail.com> | |||
* | [Theme] Noctis (#3043) | 0rphee | 2022-07-12 | |
| | ||||
* | Add textobjects.scm to GLSL (#3051) | Mateusz S. Szczygieł | 2022-07-12 | |
| | ||||
* | Added ungrammar language support (#3048) | Philipp Mildenberger | 2022-07-12 | |
| | ||||
* | add fortran language (#3025) | Austen LeBeau | 2022-07-10 | |
| | ||||
* | theme(onedark): Remove bg for window separator (#3011) | Gokul Soumya | 2022-07-08 | |
| | ||||
* | Introduce storage highlighting for typescript/javascript (#2961) | Jake Langford | 2022-07-06 | |
| | ||||
* | Remove broken ledger tag highlight (#2988) | Ivan Tham | 2022-07-06 | |
| | ||||
* | Fix some typos (#2978) | A-Walrus | 2022-07-06 | |
| | ||||
* | Update tree-sitter-ledger (#2936) | Ivan Tham | 2022-07-05 | |
| | ||||
* | Update TSQ queries (#2960) | Michael Davis | 2022-07-05 | |
| | | | | | | | | | | | | | | | | A few changes to make TSQ highlights better: * A parsing error has been fixed in the grammar itself * Previously tree-sitter-tsq did not parse the variables in predicates like `(#set! injection.language "javascript")` * Theme nodes as `tag` * The newly added node to the parser (from the above fix) is `variable` which takes over the `variable` capture from nodes * Highlight known predicates as `function` and unsupported predicates as `error` * This may help when translating queries from nvim-treesitter. For example `#any-of?` is a common one used in nvim-treesitter queries but not implemented in Helix or tree-sitter-cli. * Inject tree-sitter-regex into `#match?` predicates | |||
* | Add Autumn night theme | Jens Getreu | 2022-07-05 | |
| | | | | Under some light conditions, one prefers a high contrast theme. | |||
* | Autumn theme: slightly adjust contrast | Jens Getreu | 2022-07-05 | |
| | ||||
* | feat(theme): solarized: add cursorline, ruler, indent guide (#2962) | Skyler Hawthorne | 2022-07-04 | |
| | ||||
* | languages: added elvish (#2948) | rsteube | 2022-07-03 | |
| | ||||
* | Update night_owl for cursorline (#2938) | nosa | 2022-07-01 | |
| | ||||
* | add statusline mode colors to meliora theme (#2933) | ramojus | 2022-07-01 | |
| | ||||
* | Updated for #2676 , but I took the opportunity to do some other changes. (#2929) | nosa | 2022-07-01 | |
| | | | | | | - Misspelling of 'modifiers' for markdown.heading.1 and 2. - Errors are now just underlined instead of in red. - Diagnostics are dimmed, as well as whitespace. - Add constant.builtin. | |||
* | Disable tree-sitter python indents, use fallback for now | Blaž Hrastnik | 2022-07-01 | |
| | | | | | | | There's been a lot of complaints about the state of python indentation and the fallback actually works better until the solution proposed in https://github.com/helix-editor/helix/issues/763#issuecomment-1137894973= is implemented. | |||
* | [Theme] Nord Light (#2908) | two-six | 2022-07-01 | |
| | | | | | | | | | * add theme * updated nord_light * update to colors * last update to colors | |||
* | add cursorline to one light theme (#2925) | Erasin | 2022-07-01 | |
| | ||||
* | Add `color-modes` to Autumn theme (#2928) | Jens Getreu | 2022-07-01 | |
| | | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu> | |||
* | markdown: limit raw block highlight to code fence content | Michael Davis | 2022-07-01 | |
| |