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: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
### WIP
2
+
3
+
- Eval previous form at current level #118
4
+
1
5
### 4.0.0 - Aug 23, 2024
2
6
3
7
Syntax has been significantly reworked.
@@ -9,7 +13,7 @@ Syntax has been significantly reworked.
9
13
- Properly highlight `entity.name` in `def*` forms only at second position, skipping all meta/comments
10
14
- Quote & syntax quote highlight following form as `meta.quoted` and `meta.quoted.syntax`
11
15
- Metadata highlights following form as `meta.metadata`
12
-
- Octal & arbitrary radix integers
16
+
- Octal & arbitrary radix integers#71
13
17
- Better keyword detection
14
18
15
19
Other changes:
@@ -18,8 +22,8 @@ Other changes:
18
22
- Allow using `cljfmt` for formatting (requires `cljfmt` binary on `$PATH`)
19
23
- Removed separate EDN syntax, merged with main Clojure (Sublimed)
20
24
- Settings can now be specified in main `Preferences.sublime-settings` as well. Just prepend `clojure_sublimed_` to each setting’s name.
21
-
- REPL can detect namespaces with meta on ns form
22
-
- Detect `.shadow-cljs/nrepl.port` and `.shadow-cljs/socket-repl.port`
25
+
- REPL can detect namespaces with meta on ns form#116
26
+
- Detect `.shadow-cljs/nrepl.port` and `.shadow-cljs/socket-repl.port`#114
23
27
- Connect commands now accept `timeout` argument for automation scenarios like “start clojure, start trying to connect to REPL until port is available”
0 commit comments