Members

IdeaFileStatusSummary
reference_file reqlan rq/language/syntax.rq References may target arbitrary files, not only. rq files. File reference syntax uses a bracketed quoted path. Line or line-range references append L # and services after the path inside the brackets. Symbol references append a dot-separated symbol path after the quoted file path.
string_and_reference_apostrophes reqlan rq/language/syntax.rq strings should use double or single apostrophes interchangeably and support backslash escapes.
string_literals reqlan rq/language/syntax.rq String literals in import paths and quoted idea names may use double or single quotes. Escaped characters inside strings follow standard backslash escaping.