1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 893c590c3d
    Merge branch 'master' of github.com:helix-editor/helix into feat/extend-goto-file TornaxO7 2024-02-27 14:45:26 +0100
  • 92a87c8623 deploy: 26b3dc29be886c5a2ed1a5caaaf09eb730829c3e archseer 2024-02-27 13:36:45 +0000
  • 28428c3db6 toggling of block comments Gabriel Dinner-David 2022-11-11 17:48:12 -0500
  • 8fa6fea0c5 deploy: 358ac6bc1f512ca7303856dc904d4b4cdc1fe718 pascalkuthe 2024-02-27 00:42:03 +0000
  • bfa779d211
    build(deps): bump cc from 1.0.85 to 1.0.88 dependabot[bot] 2024-02-27 00:27:36 +0000
  • be80349d1d
    build(deps): bump ahash from 0.8.6 to 0.8.9 dependabot[bot] 2024-02-26 23:52:01 +0000
  • b2a3efe8b7
    build(deps): bump serde from 1.0.196 to 1.0.197 dependabot[bot] 2024-02-26 23:51:58 +0000
  • 8318f94d70
    build(deps): bump serde_json from 1.0.113 to 1.0.114 dependabot[bot] 2024-02-26 23:51:45 +0000
  • 33f58906d3
    build(deps): bump tempfile from 3.10.0 to 3.10.1 dependabot[bot] 2024-02-26 23:51:32 +0000
  • d3575dc0ff
    Run textobject queries across injections textobjects-across-injections Michael Davis 2024-01-11 16:04:12 -0500
  • 12e7d126b6
    Mark query_captures function as unsafe Michael Davis 2022-12-21 09:27:50 -0600
  • 5de7f7613b
    Use a helper function for creating query captures Michael Davis 2022-12-16 12:54:08 -0600
  • 020d0ce7ec
    Share sort_layers function between query iterators Michael Davis 2023-02-01 15:50:55 -0600
  • bf627c8904
    Share sort_key function between query iterators Michael Davis 2023-02-01 15:50:12 -0600
  • 39f6d71238
    Add a generic iterator over captures across injections Michael Davis 2022-12-16 10:08:21 -0600
  • 63d52de5e7 update languages.toml: tree-sitter-lua grammar Brian Dorsey 2024-02-25 23:23:30 -0800
  • a0b0acc2dc Rebase languages.toml on original cfuehrmann 2024-02-25 17:20:40 +0100
  • a2e7168eeb
    switch to regex-cursor Pascal Kuthe 2024-01-25 17:21:30 +0100
  • 43b2476be1 Fix colors of tokyonight diagnostic undercurls cfuehrmann 2024-02-25 16:32:02 +0100
  • fc96e86a43 hover ivan 2024-02-25 09:51:04 -0500
  • 6a4e8427e8 remove light themes from helixis ivan 2024-02-25 09:50:06 -0500
  • f1c837b6a0 globset is not only for Windows mo8it 2024-02-25 14:57:12 +0100
  • f3c9dd6caa Add globbing support to the open command mo8it 2024-02-25 14:38:20 +0100
  • 6c43c2a7bf Add globset to helix-term mo8it 2024-02-25 14:36:29 +0100
  • 3b2691b824 Fix writes from insert mode not properly updating the revision history JJ 2024-02-24 20:00:39 -0800
  • 557677e7ca Switch Nim tree-sitter queries to alaviss/tree-sitter-nim JJ 2024-02-24 19:19:55 -0800
  • 6d19e84861 add fidl support chaopeng 2024-02-24 18:05:26 -0500
  • 2f08d8d8b3 Deduplicate building a walk builder from config mo8it 2024-02-24 23:34:00 +0100
  • b0cf3f1489 don't run scheduled builds on forks Ryan Mehri 2024-02-24 13:32:33 -0800
  • 7e001b98d0
    Merge branch 'helix-editor:master' into copy_between_registers Vivek Kethineni 2024-02-24 13:33:40 -0600
  • ca3574be35 added command to copy contents of registers between each other Vivek Kethineni 2024-02-24 13:16:20 -0600
  • c5c4c3efd6
    add test to allow numeric values in filename for goto-file TornaxO7 2024-02-24 19:47:00 +0100
  • a5cd316fb9
    allow numeric-values in path for goto-file TornaxO7 2024-02-24 19:44:17 +0100
  • b7bd427a2b
    removing unecessary clone TornaxO7 2024-02-24 19:43:17 +0100
  • 7fbcbc0759
    reducing nested blocks TornaxO7 2024-02-24 19:38:11 +0100
  • f8063bb7c4
    removing shellexpand dependency TornaxO7 2024-02-24 19:36:14 +0100
  • 9bbccc5b91
    Merge branch 'master' into feat/extend-goto-file TornaxO7 2024-02-24 19:26:00 +0100
  • 583d9aac7d
    improve code format TornaxO7 2024-02-24 19:23:52 +0100
  • 636b2cf1b2
    Merge branch 'helix-editor:master' into auto_save_on_delay Miguel A. Perez Ojito 2024-02-24 09:39:30 -0800
  • caa4774803 F12 goto definition / Shift + F12 goto reference ivan 2024-02-24 07:20:03 -0500
  • 7a62c3d2a9 F2 to rename symbol ivan 2024-02-24 06:51:10 -0500
  • 64fa62817d
    re-detect language after write, write-all and reload-all Rikus Honey 2024-02-24 13:10:49 +0200
  • 8996227266
    re-detect language after reloading Rikus Honey 2024-02-24 12:56:04 +0200
  • fe9466ca22 Remove unused importsw mo8it 2024-02-24 01:19:09 +0100
  • b076a93556 Put the expand_tilde test at the end of the file mo8it 2024-02-24 01:17:02 +0100
  • 899c3a594c Use Into<Cow<…>> mo8it 2024-02-24 01:14:14 +0100
  • b84376b919 Add a test mo8it 2024-02-23 17:51:34 +0100
  • 781f9e2882 Avoid allocations mo8it 2024-02-23 17:49:39 +0100
  • 3002a73cc1
    Completely fix bash autocomplete handling of filenames with spaces wr7 2024-02-23 10:26:12 -0600
  • 95fd777957 Use next and avoid a redundant prefix strip mo8it 2024-02-23 17:20:35 +0100
  • 74fd2495c6
    Properly handle spaces in filenames in bash autocomplete wr7 2024-02-22 16:49:51 -0600
  • ec27d0707a
    Highlight Rust doc comments with markdown rust-markdown-doc-comments Michael Davis 2024-02-17 09:19:24 -0500
  • c4f2254b45
    slint: Update SHA of tree-sitter parser Tobias Hunger 2024-02-22 13:49:42 +0100
  • e552cc03b8 Continue to expand on component API mattwparas 2024-02-21 22:51:44 -0800
  • f42f2e8cf2
    Add osm and osc extensions to xml language filetypes Jake Low 2024-02-21 21:30:47 -0800
  • 6a0a50295d select lines shift + up / shift + down ivan 2024-02-21 20:03:32 -0500
  • 6de3b4d60d
    Convert LSP URL types into core URIs Michael Davis 2024-02-17 14:25:29 -0500
  • 3866035b63
    Add a core URI type Michael Davis 2024-02-17 14:24:51 -0500
  • ac293ebceb polish space and goto menus ivan 2024-02-21 09:02:05 -0500
  • 0825b919b8
    better credits to original author Abderrahmane TAHRI JOUTI 2024-02-21 12:28:45 +0100
  • 73dc2b51f8
    Add License Abderrahmane TAHRI JOUTI 2024-02-21 10:12:39 +0100
  • 4b2659bc0b
    Cyan Light theme : Add License and Author Abderrahmane TAHRI JOUTI 2024-02-21 10:07:26 +0100
  • 18132827e4
    Merge 60f2f062118718ff03e9850ff6dacd1bac026f93 into cad0209e202a7513105639daa36c82578db4032d Robin 2024-02-21 09:52:57 +0100
  • 1a0648016b improving keymaps ivan 2024-02-21 00:01:52 -0500