scope codemirror-helix
All checks were successful
Publish codemirror-helix / publish (push) Successful in 2m19s

This commit is contained in:
2026-06-19 17:15:51 +02:00
parent 781e03c50c
commit 281c3d02f2
5 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# codemirror-helix
# @gregorlohaus/codemirror-helix
[Helix](https://helix-editor.com/)-style modal editing for [CodeMirror 6](https://codemirror.net/).
@@ -11,7 +11,7 @@ goto & match modes, textobjects, surround, registers, counts, and search.
## Install
```sh
bun add codemirror-helix
bun add @gregorlohaus/codemirror-helix
# peers: @codemirror/{state,view,commands,language,search}
```
@@ -19,7 +19,7 @@ bun add codemirror-helix
```ts
import { EditorView, basicSetup } from "codemirror";
import { helix } from "codemirror-helix";
import { helix } from "@gregorlohaus/codemirror-helix";
new EditorView({
doc: "hello world",

View File

@@ -1,5 +1,5 @@
{
"name": "codemirror-helix",
"name": "@gregorlohaus/codemirror-helix",
"version": "0.1.0",
"description": "Helix-editor-style modal editing for CodeMirror 6 (multiple selections, select mode, goto/match modes, textobjects, surround, registers, search).",
"type": "module",