Erasin
df5ab8b40c
Fix: Python hightlight ( #3201 )
2 years ago
n0s4
d97c4ee217
Spacing
2 years ago
n0s4
d95c7eaa29
Fixes + consistency
...
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.
2 years ago
n0s4
348951f6f9
Add SPLITTING SELECTIONS
2 years ago
n0s4
b0f8d74db9
Spelling
2 years ago
n0s4
771de41155
Add CYCLING AND REMOVING SELECTIONS
2 years ago
n0s4
9114672419
Move Jumplist section and add recap
2 years ago
n0s4
4e76436b20
Add 'ADDING SELECTION ON NEXT SEARCH MATCH'
2 years ago
n0s4
d2b292660d
Add SEARCH FOR SELECTION
2 years ago
n0s4
c7f9caf6bd
Add REGISTERS, update MACROS accordingly
2 years ago
n0s4
29ee7f6d01
Add REPLACING WITH YANKED TEXT and INCREMENTING/DECREMTING
...
Also some consistency issues
- redundant/dated comment in JOINING LINES
- spacing around slashes
- etc.
2 years ago
n0s4
92d94e1f7e
Add REPITITION section
2 years ago
n0s4
88902d1f59
Improve ALIGN SELECTIONS section
2 years ago
n0s4
ec4c2f3965
Reduce A-; section to a note on section 3.7
...
Also fixed consistency of capitalisation and spacing of notes.
2 years ago
n0s4
ce732ce664
Correct recap numbers.
2 years ago
n0s4
d0381d942d
Line too long + grammar.
2 years ago
n0s4
5accb5cd58
Add vale to gitignore + spelling
2 years ago
n0s4
68acdbb9a2
Added REPLACE and moved SELECTING TO A CHARACTER into the same chapter.
2 years ago
n0s4
1fed3a2220
Add 'ALIGN SELECTIONS' and 'SPLIT SELECTIONS ON LINES'
2 years ago
n0s4
15e1a0ebf2
Move COLLAPSING SELECTION to MOTIONS AND SELECTIONS.
...
Also had to do a little rewording to fit the recap for MOTIONS AND SELECTIONS.
2 years ago
n0s4
aa5cebae22
Added Select mode section.
...
Also added a note about X on "SELECTING LINES".
2 years ago
n0s4
a0d01455ac
Re-order sections.
2 years ago
Kirawi
0a2646e720
Improve python highlighting ( #3103 )
...
* 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
2 years ago
Daniel Longeuay
2ede98c4b4
feat(tree-sitter): ✨ add go template support ( #3091 )
...
* feat(tree-sitter): ✨ add go template support
* fix(tree-sitter): 🐛 go template highlight scope selectors
* chore(tree-sitter): 🔧 update go template grammar commit
2 years ago
Mr. E
d4a5413255
feat(themes): add mode-specific styles to the dracula themes ( #3135 )
2 years ago
Clay
b55573dc1d
Add elixir & heex comment textobjects ( #3179 )
2 years ago
André Sá
742d16026e
Add ayu themes ( #3184 )
2 years ago
A-Walrus
cb142b5750
Highlight constructor in monokai theme ( #3131 )
2 years ago
bootradev
4db01b3f82
add support for rulers to boo_berry theme ( #3191 )
2 years ago
Erasin
dad6d0f3b2
Fix: svelte indets.scm ( #3147 )
2 years ago
Clay
ec85fb9ab6
Improve HEEx comment highlights, inject comment lang ( #3170 )
2 years ago
Aiko Mastboom
4589111d12
helix_view::theme [WARN] Theme ( #3119 )
...
* 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>
2 years ago
Philipp Mildenberger
b6c700fce9
Replace '; inherits <language>' in treesitter queries with <language> queries instead of appending them ( #2470 )
...
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
0rphee
76756f0e5d
add statusline.{mode} colors and tweak various settings ( #3128 )
2 years ago
Erasin
3b1ba7fb12
Add `color-modes` for onelight theme ( #3104 )
...
Add keyword.function and keyword.storage.type for TS
2 years ago
Mr. E
b6e06c8c0c
feat(themes): add mode-specific styles to the onedark theme ( #3098 )
2 years ago
Michael Davis
9753da6ab7
Fix locals tracking in Rust closures ( #3027 )
...
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.
2 years ago
Joe
0c9594e41e
Add SCSS language support ( #3074 )
2 years ago
Termina94
3cced1e3c8
Add cursorline colour to darkplus theme ( #3054 )
...
Co-authored-by: Dean Revell <revell@gmail.com>
2 years ago
0rphee
7951ebfd4d
[Theme] Noctis ( #3043 )
2 years ago
Mateusz S. Szczygieł
5f69beb87f
Add textobjects.scm to GLSL ( #3051 )
2 years ago
Philipp Mildenberger
e97b8607c1
Added ungrammar language support ( #3048 )
2 years ago
Austen LeBeau
0cb0c30618
add fortran language ( #3025 )
2 years ago
Gokul Soumya
b7a3531b8f
theme(onedark): Remove bg for window separator ( #3011 )
2 years ago
Jake Langford
230ba264bf
Introduce storage highlighting for typescript/javascript ( #2961 )
2 years ago
Ivan Tham
e35abe38f3
Remove broken ledger tag highlight ( #2988 )
2 years ago
A-Walrus
1378b911b6
Fix some typos ( #2978 )
2 years ago
Ivan Tham
b612211070
Update tree-sitter-ledger ( #2936 )
2 years ago
Michael Davis
aacd0c8aa5
Update TSQ queries ( #2960 )
...
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
2 years ago
Jens Getreu
936ed3a226
Add Autumn night theme
...
Under some light conditions, one prefers a high contrast theme.
2 years ago