aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/indent.rs
Commit message (Expand)AuthorAge
* Fix indentation level calculation for lines mixing tabs and spaces (#6278)Stanisław Borowy2023-03-12
* Replace incorrect usages of tab_width with indent_width. (#5918)Triton1712023-02-16
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Fix panic from indenting on tree with errorsMichael Davis2022-11-09
* style: Only call extend_nodes when deepest_preceding is SomeMichael Davis2022-11-09
* Rename extend indent captures.Daniel Ebert2022-10-11
* Slightly change the behavior of the `@stop-extend` capture.Daniel Ebert2022-10-11
* Improve code style for tree-sitter indentation.Daniel Ebert2022-10-11
* Fix a bug that caused the indent for the line below to also be added in rare ...Triton1712022-10-11
* Fix clippy warning.Triton1712022-10-11
* Add `extend-indented` and `stop-extend` captures for indent queries.Triton1712022-10-11
* Fix cargo doc warnings, and add GitHub action to ensure it (#3650)A-Walrus2022-09-03
* Fix some typos (#2978)A-Walrus2022-07-06
* Indentation rework (#1562)Triton1712022-03-30
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* add 'use-grammars' to languages.tomlMichael Davis2022-03-10
* rename tree_sitter_library in LanguageConfig to 'grammar'Michael Davis2022-03-10
* add tree-sitter sources to languages.tomlMichael Davis2022-03-10
* Configurable auto pairs (#1624)Skyler Hawthorne2022-02-25
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * Fix Clippy lints in tests (#1563)Omnikar2022-01-23
| * syntax: Split parsing and highlightingBlaž Hrastnik2022-01-23
| * Add llvm-mir highlighting (#1398)Sebastian Neubauer2022-01-04
| * Add basic indentation for languages without treesitter-based indentation rule...Triton1712022-01-03
| * feat(lsp): configurable diagnostic severity (#1325)Matouš Dzivjak2021-12-25
| * Use same name used in config files for langs in docsGokul Soumya2021-12-08
| * Auto generate docs for language supportGokul Soumya2021-12-08
* | Simplify some cases that use return None to use ?Blaž Hrastnik2021-12-02
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-11-21
|\|
| * Detect filetype from shebang line (#1001)ath32021-11-08
* | Merge branch 'master' into debugBlaž Hrastnik2021-11-06
|\|
| * Add treesitter textobjects (#728)Gokul Soumya2021-10-23
* | Merge branch 'master' into debugDmitry Sharshakov2021-09-25
|\|
| * Fix broken testBlaž Hrastnik2021-09-16
| * fix: tree-sitter-scopes would infinitely loopBlaž Hrastnik2021-09-06
* | Fix testsDmitry Sharshakov2021-08-25
* | Fix testsDmitry Sharshakov2021-08-23
|/
* Appease clippyBlaž Hrastnik2021-08-13
* Add :tree-sitter-scopes, useful when developing indents.tomlBlaž Hrastnik2021-08-13
* Move indent-style code into `helix_core::indent`.Nathan Vegdahl2021-07-30
* Fix append newline indentIvan Tham2021-07-26
* Made toggle_comments language dependent (#463)Cor Peters2021-07-18
* Added option to provide a custom config file to the lsp. (#460)Cor Peters2021-07-18
* Dynamically load grammar libraries at runtimeBlaž Hrastnik2021-07-14
* Fix all remaining warnings in helix-core except for two.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-core, and fix unused imports.Nathan Vegdahl2021-07-02
* Add ability to change theme on editorwojciechkepka2021-06-19
* Fix broken testBlaž Hrastnik2021-06-12
* Cleanup find_first_non_whitespace_char funcsWojciech Kępka2021-06-08
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04