Releases: BetterThanTomorrow/calva
Releases · BetterThanTomorrow/calva
v2.0.82
v2.0.81
v2.0.80
- Fix so that Paredit treats symbols containing the quote character correctly.
- Fix: Parameter hints popup should be off by default
- Fix:
nil
followed by comma not highlighted correctly - Fix: The syntax highlightning fails with symbols named truesomething/falsesomething
- Fix so that Paredit does not consider
^
to be part of a symbol name.
v2.0.79
- Use scope
variable.other.constant
for keywords, making them highlight nicely - Highlight/parsing/etc: Data reader tags are part of the tagged form
v2.0.78
v2.0.77
- Make rainbow parens and highlight use the same lexer as Paredit
- Fix: Some character literals throws paredit out of whack
- Fix: Initial expand selection sometimes fails
- Change line comment characters to ;;
- Use editor namespace for custom REPL commands w/o
ns
specified - Add support for comment continuation