monroth

Results 8 issues of 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 ![Screenshot](https://user-images.githubusercontent.com/28282020/172058861-a8066965-84a9-4318-ad7e-9dba0e145ccc.png) 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 ![Screenshot](https://user-images.githubusercontent.com/28282020/148931900-3a20721b-676f-4059-ac57-e993f349666f.png)...

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...

feature

**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. ![image](https://github.com/alphapapa/prism.el/assets/28282020/803a5bd3-338d-4031-bca9-a49296011a47) If there is such an option in prism, then...

enhancement
help wanted
good first issue

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)))...