diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-10-25 08:45:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-25 10:04:52 +0700 |
commit | 306db4f3817032560dd7289c047330071469db2c (patch) | |
tree | b5501b0b290e3dff1ca9201f289338206855903d /development/zed/README | |
parent | 03122fb5e050329e7e04dc0d0ca0399aa88b4869 (diff) |
development/zed: Added (text and code editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/zed/README')
-rw-r--r-- | development/zed/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/zed/README b/development/zed/README new file mode 100644 index 000000000000..5ef2a735d8e8 --- /dev/null +++ b/development/zed/README @@ -0,0 +1,16 @@ +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) +- Code completion: symbols, snippets and property/method completion. +- 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. + +To learn more about Zed's remote editing, look here: + +http://zedapp.org/features/edit-remote-files/ |