Carp/docs/Tooling.md

15 lines
547 B
Markdown
Raw Permalink Normal View History

2017-11-03 16:03:26 +03:00
# Tooling
## Vim
[https://github.com/hellerve/carp-vim](https://github.com/hellerve/carp-vim)
## Emacs
[https://github.com/carp-lang/carp-emacs](https://github.com/carp-lang/carp-emacs)
2019-11-04 03:45:57 +03:00
# Atom
2019-11-05 19:37:35 +03:00
[language-carp](https://atom.io/packages/language-carp) offers highlight with both TextMate and Tree-sitter, where tree-sitter grammar is more powerful.
2019-11-04 03:45:57 +03:00
2017-11-03 16:03:26 +03:00
## Other editors
Clojure syntax highlighting works very well with Carp since it uses the same symbols for most things.
If you have written an editor mode, please tell us and it will be added here!