You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-core/src
Kirawi 084a8a9522
Rewritten Rust `highlights.scm` (#425)
* rewrote Rust highlights.scm

* wip

* wip

* wip

* wip

* fixed type highlighting

* wip

* rewrite again

* moved operators

* missing newline

* missing newline

* update book

* fix constructor highlighting

* fix constructor highlighting

* fix const highlighting

* better constructor highlighting

* remove dup, bug was my locals.scm file

* fixed docs

* merge

* fixed for highlighting

* add yield

* remove yield

* added yield back

* fixed yield highlighting

* unecessary
3 years ago
..
auto_pairs.rs Fix all remaining warnings in helix-core except for two. 3 years ago
chars.rs Work on moving code over to LineEnding instead of assuming '\n'. 3 years ago
comment.rs fix: crash with ctrl-c on empty file 3 years ago
diagnostic.rs Derive debug without feature 3 years ago
diff.rs `:reload` (#374) 3 years ago
graphemes.rs Fix silly mistake in previous phantom line bug fix. 3 years ago
history.rs Fix all remaining warnings in helix-core except for two. 3 years ago
indent.rs Fix all remaining warnings in helix-core except for two. 3 years ago
lib.rs Add object selection (textobjects) (#385) 3 years ago
line_ending.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
macros.rs Split parts of helix-term into helix-view. 4 years ago
match_brackets.rs Fix all remaining warnings in helix-core except for two. 3 years ago
movement.rs Add object selection (textobjects) (#385) 3 years ago
object.rs Remove #[allow(unused)] from helix-core, and fix unused imports. 3 years ago
position.rs Fix all remaining warnings in helix-core except for two. 3 years ago
register.rs Remove RwLock for registers 3 years ago
search.rs fix: 2 panics while setting style + off by 1 3 years ago
selection.rs Add object selection (textobjects) (#385) 3 years ago
state.rs Derive debug without feature 3 years ago
surround.rs Fix typo on comment in surround 3 years ago
syntax.rs Rewritten Rust `highlights.scm` (#425) 3 years ago
textobject.rs Fix surround bug when cursor on same pair 3 years ago
transaction.rs Fix all remaining warnings in helix-core except for two. 3 years ago