mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
* chore: basic annotation support * chore: string and escape cases * feat: add basic multiline support * fix: simplify dedentation logic in annotation multiline text block * chore: fix asserts * feat: add annotation support to env and collection * feat: enhance annotation parsing with support for quoted arguments and nested parentheses * refactor: feedback, remove inline annotations * feat: move serializeAnnotations function to utils and update imports
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
vars:pre-request {
|
|
@description("found in C:\Users\File\Path")
|
|
key:value
|
|
@description("height of 2' ")
|
|
key2:value
|
|
}
|