You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ We recommend using it, since some aspects can be intricate to newcomers.
64
64
65
65
These are its main tasks for local development:
66
66
67
-
```
67
+
```shell
68
68
# Run tests, using mranderson (slower but more realistic)
69
69
make test
70
70
@@ -99,7 +99,7 @@ before cutting a new release.
99
99
100
100
Release to [clojars](https://clojars.org/) by tagging a new release:
101
101
102
-
```
102
+
```shell
103
103
git tag -a vX.Y.Z -m "Release X.Y.Z"
104
104
git push --tags
105
105
```
@@ -124,12 +124,12 @@ who have helped so far.
124
124
125
125
Let's also acknowledge some of the projects leveraged by cider-nrepl:
126
126
127
-
*[orchard][] - extracted from `cider-nrepl`, so that non-nREPL clients can leverage the generic tooling functionality (like `inspect`, `apropos`, `var-info`, etc
128
-
*[compliment][] - for Clojure code completion
129
-
*[clj-suitable][] - for ClojureScript code completion using runtime inspection
130
-
*[tools.namespace][] - for namespace reloading
131
-
*[clj-reload][] - for namespace reloading
132
-
*[cljfmt][] - for code formatting
127
+
-[orchard][] - extracted from `cider-nrepl`, so that non-nREPL clients can leverage the generic tooling functionality (like `inspect`, `apropos`, `var-info`, etc
128
+
-[compliment][] - for Clojure code completion
129
+
-[clj-suitable][] - for ClojureScript code completion using runtime inspection
0 commit comments