Code reference detail
parsing.test.ts:keeps inline parentheses in body prose as text
packages/language/test/parsing.test.ts:keeps inline parentheses in body prose as text
| Idea | Status | Tags | Summary |
|---|---|---|---|
| file_suffix | Reqlan requirement documents use the . rq file suffix . | ||
| lists | Parenthesized lists contain newline-separated items. Each list item is either a one-liner or a nameless block idea in curly braces. Lists may appear as attribute values and inside block bodies. Named lists use a label followed by a parenthesized item list; the opening parenthesis must be followed by a newline before the first item. Nested lists may appear inside block values or as list items; the opening parenthesis must be followed by a newline before the first item. Inline parentheses in body prose — for example continuous ( " live " ) physics or ( pixelRatio 1, no WebGL ) — are plain text, not lists. | ||
| round_brackets | Round brackets indicate a list of ideas or attributes. Items may be separated by commas or newlines. Attribute list values may use commas or newlines; see @ example_list_attribute_using_commas and @ example_list_attribute_using_newlines. Parentheses in body prose — including API call shapes like cytoscape. animate ( { fit, easing: ' ease-out-cubic ' } ) — are plain text, not list syntax. |
Reference labels
../../packages/language/test/parsing.test.ts:keeps inline parentheses in body prose as text