README 913 B

123456789101112131415161718192021222324252627
  1. Zed is a fully offline-capable, open source, keyboard-focused, text and
  2. code editor for power users. You can use Zed to edit local files as
  3. well as remote files on any server.
  4. Zed has all features you'd expect from a capable code editor:
  5. - Syntax highlighting for many programming languages (e.g. C, Clojure,
  6. CoffeeScript, C#, CSS, Dart, Erlang, Go, Haml, Haskell, HTML, ini files,
  7. Java, JavaScript, JSON, LogiQL, Lua, Markdown, Nix, PHP, Plist, Protobufs,
  8. Python, Ruby, Shell, XML)
  9. - Code completion: symbols, snippets and property/method completion.
  10. - Built-in linting for some languages with inline markers (JavaScript,
  11. CoffeeScript, JSON, Lua, CSS)
  12. - Multiple cursors
  13. - Split-view editing
  14. - Themes: light and dark themes out of the box and you can easily develop
  15. your own using CSS.
  16. To learn more about Zed's remote editing, look here:
  17. http://zedapp.org/features/edit-remote-files/