aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/syntax.rs
Commit message (Expand)AuthorAge
* Remove three transmutes from helix-core syntax.rs (#923)Gygaxis Vainhardt2021-10-28
* log syntax highlighting init errors (#895)Kirawi2021-10-23
* Add treesitter textobjects (#728)Gokul Soumya2021-10-23
* clean up combined-injections comment (#880)Michael Davis2021-10-19
* Allow `language.config` (in languages.toml) to be passed in as a toml object ...Midnight Exigent2021-10-08
* ...Blaž Hrastnik2021-09-16
* syntax: Properly handle injection-regex for language injectionsBlaž Hrastnik2021-09-16
* fix: Need to reset set_byte_range in case cursor_ref is reused.Blaž Hrastnik2021-09-13
* syntax: Add go & rust locals, improve tree-sitter error messageBlaž Hrastnik2021-09-06
* Update tree-sitter to 0.20Blaž Hrastnik2021-09-06
* Reduce State use a bit furtherBlaž Hrastnik2021-08-26
* fix: tree sitter rendering glitches with multiple selection editsBlaž Hrastnik2021-08-13
* Remove embed_runtime featureBlaž Hrastnik2021-07-30
* Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-24
|\
| * The item `fmt` was imported redundantlyfossdd2021-07-22
* | Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-19
|\|
| * 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
* | Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-17
|\|
| * Dynamically load grammar libraries at runtimeBlaž Hrastnik2021-07-14
| * Rewritten Rust `highlights.scm` (#425)Kirawi2021-07-08
* | Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-06
|\|
| * Add missing importPerry Thompson2021-07-02
* | Allow last line in file to lack a line break character.Nathan Vegdahl2021-07-02
|/
* Fixed last `unused` warning.Nathan Vegdahl2021-07-02
* Fix one of the two remaining warnings.Nathan Vegdahl2021-07-02
* 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
* Don't crash if diagnostics span past EOFBlaž Hrastnik2021-06-28
* Extract the merge "operator" into helix-coreBlaž Hrastnik2021-06-27
* Release 0.3.0Blaž Hrastnik2021-06-27
* Merge branch 'master' of github.com:helix-editor/helix into line_ending_detec...Nathan Vegdahl2021-06-20
|\
| * Only reconfiure highlights when setting themewojciechkepka2021-06-19
| * Add ability to change theme on editorwojciechkepka2021-06-19
* | Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
|/
* Add more ways to detect runtime directoryWojciech Kępka2021-06-12
* Only auto-format for certain languagesBlaž Hrastnik2021-06-12
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Reuse a cursor from the pool if available (fixes #202)Blaž Hrastnik2021-06-10
* Return an error if we request an embedded file that does not exist.Brian Dawn2021-06-06
* Add a smoke test around loading runtime files.Brian Dawn2021-06-06
* Simplify the load_runtime_file code.Brian Dawn2021-06-06
* Simplify creating pathbufs.Brian Dawn2021-06-06
* Apply suggestions from code reviewBrian Dawn2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
* Fix runtime dir lookup.Blaž Hrastnik2021-05-10