-
### Check for existing issues
- [X] Completed
### Describe the feature
zig has [multiline string literals](https://ziglang.org/documentation/master/#Multiline-String-Literals) which are syntactical…
-
We use multiline strings to write queries using the \@Query annotation. The formatter does a poor job of formatting these strings and in some cases does not attempt to format strings that are poorly f…
-
final x = 'This is a double line string'
' with info.';
I select both lines and get this:
"thisIsADoubleLineStringWithInfo": "This is a double line string'\n …
-
We have soft rule in our code base that means we should prefix all multiline f-strings with an `f` even if no interpolation is happening on part of the string. For example, instead of doing this:
`…
-
Taken from _@usebruno/lang_:
```
// Multiline text block surrounded by '''
multilinetextblockdelimiter = "'''"
multilinetextblock = multilinetextblockdelimiter (~multilinetextblockdelimit…
-
```
# xx.jsonnet
{
thing: |||
foo
|||
}
```
![image](https://github.com/user-attachments/assets/4d6b7ec8-b5dc-4b35-b23b-bbd60f8837b5)
Editor: neovim via nvim-treesitter
-
In Console, you can format a request body (minify/prettify) by pressing Cmd+I. However, this is a noop when there are multiline strings in the request. Here's a snippet (note that this request will re…
-
Consider the following example. The first line passes. But in the second case, when we have to break into a multiline string and the interpolation is at the end, it seems that `Style/StringConcatenati…
-
The raw xml is difficult to read with multline strings, as the strings get encoded as hideous xml escapes.
Use "OmitXmlDeclaration = true," in XmlWriterSettings to correct.
Unit test demonstrating l…
-
PySNMP incorrectly processes multiline strings when converting MIB files to Python scripts. This results in a SyntaxError due to unterminated string literals in the generated Python file.
Specifica…
vyual updated
1 month ago