Skip to content

Commit

Permalink
fix link in README (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburton authored Jul 6, 2024
1 parent 37c16b2 commit d42c746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Enabling a decent Clojure/Script editor experience in the browser. Built for and

* **[🤹‍♀️ Live demo with in-browser eval](https://nextjournal.github.io/clojure-mode/)**
* [🐢 Try it in Nextjournal](https://nextjournal.com/try/clojure?cm6=1)
* [📦 Use it in your project](#use-it-in-your-project)
* [📦 Use it in your project](#-use-it-in-your-project)

## ✨ Features

**⚡️ Lightning-fast thanks to [lezer incremental parsing](https://lezer.codemirror.net/)**
* Try pasting [`clojure/core.clj`](https://raw.githubusercontent.com/clojure/clojure/master/src/clj/clojure/core.clj) into the [live demo](https://nextjournal.github.io/clojure-mode/).

**🥤 Slurping & 🤮 Barfing**
* Forward: <kbd>Ctrl</kbd> + <kbd>←</kbd> / <kbd>→</kbd> or <kbd>Mod</kbd> + <kbd>⇧</kbd> + <kbd>J</kbd> / <kbd>K</kbd>
**🥤 Slurping & 🤮 Barfing**
* Forward: <kbd>Ctrl</kbd> + <kbd>←</kbd> / <kbd>→</kbd> or <kbd>Mod</kbd> + <kbd>⇧</kbd> + <kbd>J</kbd> / <kbd>K</kbd>
* Backward: <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>←</kbd> / <kbd>→</kbd>

**💗 Semantic Selections**
Expand Down

0 comments on commit d42c746

Please sign in to comment.