Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/major-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ The vast majority of major mode specific key bindings will require the installat
In the following you can see all the currently available major modes.
If your favorite one is missing, please [contribute](https://github.com/VSpaceCode/VSpaceCode/blob/master/CONTRIBUTING.md)!

## Clojure

Required extensions:
- [Calva](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva)

Documentation:
- [VSpaceCode and Calva install guide](http://practicalli.github.io/clojure/clojure-editors/editor-install-guides/vspacecode-calva.html#install-vs-code-extension)
- [VSpaceCode and Calva user guide](http://practicalli.github.io/clojure/clojure-editors/editor-user-guides/vspacecode-calva.html)

## Go

Required extensions:
Expand Down