Skip to content

Commit

Permalink
Update helix-plugin/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Omnikar <omkar.subramaniam@icloud.com>
  • Loading branch information
CBenoit and Omnikar committed Oct 18, 2021
1 parent d980e02 commit 7693afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The intend is to take inspiration from [CodeMirror 6](https://codemirror.net/6/d

Plugins for Helix are written in any language that can be compiled to WASM (Web Assembly).
This implies:
- No language language-lockin, user can use what he's most confortable with to extend and customize his experience.
- No language language lock-in, user can use what they're most comfortable with to extend and customize their experience.
- Sandboxing, a plugin can do only what it has been allowed to.
- Portability, .wasm and .wat files are platform agnostic and can be packaged as is for any platform.

Expand Down

0 comments on commit 7693afd

Please sign in to comment.