aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/syntax.rs
Commit message (Expand)AuthorAge
...
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * document should save even if formatter failsSkyler Hawthorne2022-10-19
* | Pretty print `tree-sitter-subtree` expression (#4295)Fisher Darling2022-10-19
|/
* Log failures to load tree-sitter parsers as error (#4315)Michael Davis2022-10-16
* do not reparse unmodified injections (#4146)Pascal Kuthe2022-10-11
* fix: map_err()? instead of unwrap (#3826)Alexander Brevig2022-09-13
* Add query-check xtaskMichael Davis2022-08-31
* tree-sitter: Prevent panic on loading queriesMichael Davis2022-08-31
* tree-sitter: Refactor lazy query loadingMichael Davis2022-08-31
* Fix nondeterministic highlighting (#3275)A-Walrus2022-08-05
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04
* Exclude only named children without injection.include-children (#3129)Matthias Deiml2022-08-03
* Replace '; inherits <language>' in treesitter queries with <language> queries...Philipp Mildenberger2022-07-22
* Refactor textobject node capture (#2741)Gokul Soumya2022-06-11
* Passing extra formatting options to LSPs (#2635)farwyler2022-06-05
* Include macro attributes to impls, structs, enums, functions etc. textobjects...Andrey Tkachenko2022-05-20
* configurable lsp request timeout (#2405)EmmChriss2022-05-11
* feat(languages): git-ignore and git-attributes (#2397)Matthew Toohey2022-05-05
* add reflow command (#2128)Vince Mutolo2022-05-02
* fix typos (#2304)chunghha2022-04-27
* Add rulers option (#2060)Thomas2022-04-20
* Fix Golang textobject queries (#2153)Michael Davis2022-04-18
* Remove usage of format ident feature from tests (#2028)Michael Davis2022-04-08
* Add runtime language configuration (#1794) (#1866)Roland Kovacs2022-04-05
* Fix an issue that caused an empty indentation query to be used instead of usi...Triton1712022-04-01
* Indentation rework (#1562)Triton1712022-03-30
* Fix typo in query parsing error message (#1856)Slin Lee2022-03-22
* Optimize rendering by using Ropey::byte_sliceBlaž Hrastnik2022-03-17
* Refactor :set to parse by deserializing values (#1799)Gokul Soumya2022-03-15
* rename '--fetch/build-grammars' flags into '--grammar fetch/build'Michael Davis2022-03-10
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* add 'use-grammars' to languages.tomlMichael Davis2022-03-10
* ensure rust grammar is available in CIMichael Davis2022-03-10
* rename tree_sitter_library in LanguageConfig to 'grammar'Michael Davis2022-03-10
* migrate helix-syntax crate into helix-core and helix-termMichael Davis2022-03-10
* add tree-sitter sources to languages.tomlMichael Davis2022-03-10
* Add --health command for troubleshooting (#1669)Gokul Soumya2022-03-08
* Ensure non empty grouped nodes in textobject queriesGokul Soumya2022-03-01
* Allow capturing multiple nodes in textobject queriesGokul Soumya2022-03-01
* Configurable auto pairs (#1624)Skyler Hawthorne2022-02-25
* Add object.movement for tree-sitter navigationGokul Soumya2022-02-15
* Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2022-02-13
|\
| * cargo fmt + clippy lintBlaž Hrastnik2022-01-23
| * Remove some TODOsBlaž Hrastnik2022-01-23
| * cleanupBlaž Hrastnik2022-01-23
| * Make Layer::parse take &mut tree_sitter::ParserBlaž Hrastnik2022-01-23
| * Use filter_map rather than flat_mapBlaž Hrastnik2022-01-23
| * Set byte range on cursor againBlaž Hrastnik2022-01-23
| * Only call scopes.load() onceBlaž Hrastnik2022-01-23
| * Resolve some outdated commentsBlaž Hrastnik2022-01-23