mirror of https://github.com/helix-editor/helix
Compare commits
No commits in common. "37b5d8ba99d7d4867d25154daf214b7b9f1add9a" and "0ca01a9649defe5071c3999880c29cda9a2296d4" have entirely different histories.
37b5d8ba99
...
0ca01a9649
|
@ -183,7 +183,6 @@
|
||||||
| purescript | ✓ | ✓ | | `purescript-language-server` |
|
| purescript | ✓ | ✓ | | `purescript-language-server` |
|
||||||
| python | ✓ | ✓ | ✓ | `ruff`, `jedi-language-server`, `pylsp` |
|
| python | ✓ | ✓ | ✓ | `ruff`, `jedi-language-server`, `pylsp` |
|
||||||
| qml | ✓ | | ✓ | `qmlls` |
|
| qml | ✓ | | ✓ | `qmlls` |
|
||||||
| quarto | ✓ | | ✓ | |
|
|
||||||
| quint | ✓ | | | `quint-language-server` |
|
| quint | ✓ | | | `quint-language-server` |
|
||||||
| r | ✓ | | | `R` |
|
| r | ✓ | | | `R` |
|
||||||
| racket | ✓ | | ✓ | `racket` |
|
| racket | ✓ | | ✓ | `racket` |
|
||||||
|
|
|
@ -10,7 +10,6 @@ Helix' keymap and interaction model ([Using Helix](#usage.md)) is easier to adop
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| [Vim](https://www.vim.org/) | [helix.vim](https://github.com/chtenb/helix.vim) config |
|
| [Vim](https://www.vim.org/) | [helix.vim](https://github.com/chtenb/helix.vim) config |
|
||||||
| [IntelliJ IDEA](https://www.jetbrains.com/idea/) / [Android Studio](https://developer.android.com/studio)| [IdeaVim](https://plugins.jetbrains.com/plugin/164-ideavim) plugin + [helix.idea.vim](https://github.com/chtenb/helix.vim) config | Minimum recommended version is IdeaVim 2.19.0.
|
| [IntelliJ IDEA](https://www.jetbrains.com/idea/) / [Android Studio](https://developer.android.com/studio)| [IdeaVim](https://plugins.jetbrains.com/plugin/164-ideavim) plugin + [helix.idea.vim](https://github.com/chtenb/helix.vim) config | Minimum recommended version is IdeaVim 2.19.0.
|
||||||
| [Visual Studio](https://visualstudio.microsoft.com/) | [VsVim](https://marketplace.visualstudio.com/items?itemName=JaredParMSFT.VsVim) plugin + [helix.vs.vim](https://github.com/chtenb/helix.vim) config |
|
|
||||||
| [Visual Studio Code](https://code.visualstudio.com/) | [Dance](https://marketplace.visualstudio.com/items?itemName=gregoire.dance) extension, or its [Helix fork](https://marketplace.visualstudio.com/items?itemName=kend.dancehelixkey) | The Helix fork has diverged. You can also use the original Dance and tweak its keybindings directly (try [this config](https://github.com/71/dance/issues/299#issuecomment-1655509531)).
|
| [Visual Studio Code](https://code.visualstudio.com/) | [Dance](https://marketplace.visualstudio.com/items?itemName=gregoire.dance) extension, or its [Helix fork](https://marketplace.visualstudio.com/items?itemName=kend.dancehelixkey) | The Helix fork has diverged. You can also use the original Dance and tweak its keybindings directly (try [this config](https://github.com/71/dance/issues/299#issuecomment-1655509531)).
|
||||||
| [Visual Studio Code](https://code.visualstudio.com/) | [Helix for VS Code](https://marketplace.visualstudio.com/items?itemName=jasew.vscode-helix-emulation) extension|
|
| [Visual Studio Code](https://code.visualstudio.com/) | [Helix for VS Code](https://marketplace.visualstudio.com/items?itemName=jasew.vscode-helix-emulation) extension|
|
||||||
| [Zed](https://zed.dev/) | native via keybindings ([Bug](https://github.com/zed-industries/zed/issues/4642)) |
|
| [Zed](https://zed.dev/) | native via keybindings ([Bug](https://github.com/zed-industries/zed/issues/4642)) |
|
||||||
|
|
|
@ -2062,16 +2062,6 @@ auto-format = true
|
||||||
name = "gleam"
|
name = "gleam"
|
||||||
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "426e67087fd62be5f4533581b5916b2cf010fb5b" }
|
source = { git = "https://github.com/gleam-lang/tree-sitter-gleam", rev = "426e67087fd62be5f4533581b5916b2cf010fb5b" }
|
||||||
|
|
||||||
[[language]]
|
|
||||||
name = "quarto"
|
|
||||||
scope = "source.qmd"
|
|
||||||
language-id = "qmd"
|
|
||||||
injection-regex = "qmd"
|
|
||||||
file-types = ["qmd"]
|
|
||||||
indent = { tab-width = 2, unit = " " }
|
|
||||||
grammar = "markdown"
|
|
||||||
block-comment-tokens = { start = "<!--", end = "-->" }
|
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "ron"
|
name = "ron"
|
||||||
scope = "source.ron"
|
scope = "source.ron"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
; inherits: markdown
|
|
|
@ -1 +0,0 @@
|
||||||
; inherits: markdown
|
|
|
@ -1 +0,0 @@
|
||||||
; inherits: markdown
|
|
Loading…
Reference in New Issue