mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/zed: Fix README.
This commit is contained in:
parent
b8cd9a1c27
commit
b1b93473a4
1 changed files with 17 additions and 7 deletions
|
@ -1,15 +1,25 @@
|
|||
Zed is a fully offline-capable, open source, keyboard-focused, text and code editor for power users.
|
||||
You can use Zed to edit local files as well as remote files on any server.
|
||||
Zed is a fully offline-capable, open source, keyboard-focused, text and
|
||||
code editor for power users. You can use Zed to edit local files as
|
||||
well as remote files on any server.
|
||||
|
||||
Zed has all features you'd expect from a capable code editor:
|
||||
- Syntax highlighting for many programming languages (e.g. C, Clojure, CoffeeScript, C#, CSS, Dart,
|
||||
Erlang, Go, Haml, Haskell, HTML, ini files, Java, JavaScript, JSON, LogiQL, Lua, Markdown, Nix,
|
||||
PHP, Plist, Protobufs, Python, Ruby, Shell, XML)
|
||||
|
||||
- Syntax highlighting for many programming languages (e.g. C, Clojure,
|
||||
CoffeeScript, C#, CSS, Dart, Erlang, Go, Haml, Haskell, HTML, ini files,
|
||||
Java, JavaScript, JSON, LogiQL, Lua, Markdown, Nix, PHP, Plist, Protobufs,
|
||||
Python, Ruby, Shell, XML)
|
||||
|
||||
- Code completion: symbols, snippets and property/method completion.
|
||||
- Built-in linting for some languages with inline markers (JavaScript, CoffeeScript, JSON, Lua, CSS)
|
||||
|
||||
- Built-in linting for some languages with inline markers (JavaScript,
|
||||
CoffeeScript, JSON, Lua, CSS)
|
||||
|
||||
- Multiple cursors
|
||||
|
||||
- Split-view editing
|
||||
- Themes: light and dark themes out of the box and you can easily develop your own using CSS.
|
||||
|
||||
- Themes: light and dark themes out of the box and you can easily develop
|
||||
your own using CSS.
|
||||
|
||||
To learn more about Zed's remote editing, look here:
|
||||
|
||||
|
|
Loading…
Reference in a new issue