v4.37.0
What's Changed
- Add Julia client by @TerseTears in #346
- Guile: Ensure that module is set before evaluation by @taw10 in #369
- Clojure client can now evaluate
#_
commented forms and forms within(comment ...)
blocks with<prefix>er
. As long as you have tree-sitter installed you can "eval root form" under comment blocks and it'll walk up to the comment block but then go no further. So you can run all of the sibling children of a comment form separately as if the comment didn't exist.
New Contributors
- @TerseTears made their first contribution in #346
Full Changelog: v4.36.0...v4.37.0