index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-core
/
src
/
indent.rs
Commit message (
Expand
)
Author
Age
*
Indentation rework (#1562)
Triton171
2022-03-30
*
migrate grammar fetching/building code into helix-loader crate
Michael Davis
2022-03-10
*
add 'use-grammars' to languages.toml
Michael Davis
2022-03-10
*
rename tree_sitter_library in LanguageConfig to 'grammar'
Michael Davis
2022-03-10
*
add tree-sitter sources to languages.toml
Michael Davis
2022-03-10
*
Configurable auto pairs (#1624)
Skyler Hawthorne
2022-02-25
*
Merge remote-tracking branch 'origin/master' into debug
Blaž Hrastnik
2022-02-13
|
\
|
*
Fix Clippy lints in tests (#1563)
Omnikar
2022-01-23
|
*
syntax: Split parsing and highlighting
Blaž Hrastnik
2022-01-23
|
*
Add llvm-mir highlighting (#1398)
Sebastian Neubauer
2022-01-04
|
*
Add basic indentation for languages without treesitter-based indentation rule...
Triton171
2022-01-03
|
*
feat(lsp): configurable diagnostic severity (#1325)
Matouš Dzivjak
2021-12-25
|
*
Use same name used in config files for langs in docs
Gokul Soumya
2021-12-08
|
*
Auto generate docs for language support
Gokul Soumya
2021-12-08
*
|
Simplify some cases that use return None to use ?
Blaž Hrastnik
2021-12-02
*
|
Merge remote-tracking branch 'origin/master' into debug
Blaž Hrastnik
2021-11-21
|
\
|
|
*
Detect filetype from shebang line (#1001)
ath3
2021-11-08
*
|
Merge branch 'master' into debug
Blaž Hrastnik
2021-11-06
|
\
|
|
*
Add treesitter textobjects (#728)
Gokul Soumya
2021-10-23
*
|
Merge branch 'master' into debug
Dmitry Sharshakov
2021-09-25
|
\
|
|
*
Fix broken test
Blaž Hrastnik
2021-09-16
|
*
fix: tree-sitter-scopes would infinitely loop
Blaž Hrastnik
2021-09-06
*
|
Fix tests
Dmitry Sharshakov
2021-08-25
*
|
Fix tests
Dmitry Sharshakov
2021-08-23
|
/
*
Appease clippy
Blaž Hrastnik
2021-08-13
*
Add :tree-sitter-scopes, useful when developing indents.toml
Blaž Hrastnik
2021-08-13
*
Move indent-style code into `helix_core::indent`.
Nathan Vegdahl
2021-07-30
*
Fix append newline indent
Ivan Tham
2021-07-26
*
Made toggle_comments language dependent (#463)
Cor Peters
2021-07-18
*
Added option to provide a custom config file to the lsp. (#460)
Cor Peters
2021-07-18
*
Dynamically load grammar libraries at runtime
Blaž Hrastnik
2021-07-14
*
Fix all remaining warnings in helix-core except for two.
Nathan Vegdahl
2021-07-02
*
Remove #[allow(unused)] from helix-core, and fix unused imports.
Nathan Vegdahl
2021-07-02
*
Add ability to change theme on editor
wojciechkepka
2021-06-19
*
Fix broken test
Blaž Hrastnik
2021-06-12
*
Cleanup find_first_non_whitespace_char funcs
Wojciech Kępka
2021-06-08
*
Try to detect language when document file path is set
Blaž Hrastnik
2021-06-04
*
Hacky way to specify indent scopes per language via toml configs.
Blaž Hrastnik
2021-05-14
*
Fix indent test, we need to use the in-tree runtime dir.
Blaž Hrastnik
2021-05-10
*
Indent array and tuple lists too.
Blaž Hrastnik
2021-05-09
*
And some more indent patterns.
Blaž Hrastnik
2021-04-14
*
Rust: add a few more scopes to indent.
Blaž Hrastnik
2021-04-14
*
Simplify calculate_indentation.
Blaž Hrastnik
2021-04-14
*
Remove the path specifier.
Blaž Hrastnik
2021-04-09
*
Fix issues with "enum A {|}" <Enter> indent calculation.
Blaž Hrastnik
2021-04-07
*
minor: Remove a few unwraps.
Blaž Hrastnik
2021-03-26
*
Fix broken test.
Blaž Hrastnik
2021-03-25
*
Add tab_width and indent_unit config.
Blaž Hrastnik
2021-03-22
*
Remove State from a few more signatures.
Blaž Hrastnik
2021-03-18
*
minor: Simplify some code.
Blaž Hrastnik
2021-02-24
[next]