Skip to content

Releases: MoonL79/lisp-rainbow-brackets

v0.0.3

09 Apr 10:01

Choose a tag to compare

Release v0.0.3\n\n- remove language-configuration.json dependency\n- stop tracking VSIX files in the repository\n- package updated VSIX as 0.0.3

v0.0.2 - Fix Character Literal Handling

27 Mar 06:34

Choose a tag to compare

What's Fixed

  • Fixed #( and #) character literals being incorrectly treated as brackets
  • Character literals are now properly skipped during parsing
  • Fixes rainbow bracket coloring issues caused by character literals
  • Also supports named character literals like #\Space, #\Newline, etc.

Installation

Download the lisp-rainbow-brackets-0.0.2.vsix file and install it in VSCode:

code --install-extension lisp-rainbow-brackets-0.0.2.vsix

Or install it from the Extensions view (Ctrl+Shift+X) -> ... -> Install from VSIX...

v0.0.1

26 Mar 14:57
3bd1049

Choose a tag to compare

Initial release