monroth
monroth
Currently, when you enter new line, it indents it on same level as previous line. So, if you enter new line ` (declare (optimize (safety 3) (debug 3)))` between (safety...
I have several issues with being able to use this extention 1)when i try to use alive command in command palette, it does not find it  2)Even if commands...
Some weird interactions with repl a)If I write smth like (+ 1 2 3) in repl, it will repeat this form, and only after that it will compute it ...
At the moment, text is not colorized inside '() and `() Also, at the moment text is colorized inside ,() even if there is ` outside This is fine, however...
**Is your feature request related to a problem? Please describe.** I would prefer that when i press DND button, i need to separately set /auroteply message, so those who want...
**Describe the bug** There is no folder in preferences to describe custom locations of vst plugins or muse sounds. **To Reproduce** Steps to reproduce the behavior: 1. Go to preferences,...
Parinfer (without prism or other rainbow modes) colorizes closing brackets at the end of line more dim than opening brackets.  If there is such an option in prism, then...
I'm using parinfer-rust for common lisp with sly. I define function ``` (defun calculate-brick (size color steps) (let* ((png (make-instance 'zpng:png :color-type :truecolor-alpha :width size :height size)) (image (zpng:data-array png)))...