-
![IMG_7034](https://github.com/user-attachments/assets/4c4a565e-88b0-4d64-98f8-df85345b9aae)
![IMG_7033](https://github.com/user-attachments/assets/ac3fe6d6-d267-46ab-90cb-f5d8c1e7c3c6)
-
Throughout I am utilizing CakeML v2274.
Given two programs, one with and one without nested parentheses in case statements:
```sml
fun fib n =
case (n = 1) of
True => 1
| False =>
case (n =…
-
WIP with [PR-58](https://github.com/oakmac/standard-clojure-style-js/pull/58)
-
Is there a way in zprint to configure whether a trailing parens:
- aligns with the open or indent according to arg/body indent?
```
(foo
)
```
instead of
```
(foo
)
```
- is collap…
-
### Description
I use espanso to create rich-text hyperlinks through `markdown`.
➡️ [reitzig/espanso-nice-dev-refs@05d41a5c:nice-dev-refs/package.yml#47](https://github.com/reitzig/espanso-nice-d…
-
I'm requesting the addition of rainbow-parens support specifically for script blocks in Vue files within the rainbow-delimiters.nvim plugin. Currently, while there are good highlights for other langua…
-
## What is the smallest, simplest way to reproduce the problem?
```
@Test
void parensAroundAnExpression() {
rewriteRun(
buildGradle(
"""
plug…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://eslint.style/contribu…
-
### Code
```rust
fn foo() {
return (_ = 42);
}
```
### Current output
```text
warning: unnecessary parentheses around `return` value
--> src/lib.rs:2:12
|
2 | return (_ = 42);
| …
-
# Description
When calling `:WikiTocGenerate` on a document whose header has parens, the parens are not URL-encoded and thus conflict with the markdown link syntax `[]()`.
# Minimal working exam…