Single Flutter package at the repo root. All code, tests, assets, and platform directories moved from app/ to root. Package renamed from clide_app to clide — all imports rewritten. Merged pubspec combines core (ffi) and app (flutter, yaml, xterm) dependencies. Makefile simplified: no APP_PRESENT conditionals, no cd, no daemon lifecycle. 317 tests pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
64 lines
747 B
Scheme
64 lines
747 B
Scheme
[
|
|
"("
|
|
")"
|
|
"(?"
|
|
"(?:"
|
|
"(?<"
|
|
"(?P<"
|
|
"(?P="
|
|
">"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
"[:"
|
|
":]"
|
|
] @punctuation.bracket
|
|
|
|
(group_name) @property
|
|
|
|
[
|
|
(identity_escape)
|
|
(control_letter_escape)
|
|
(character_class_escape)
|
|
(control_escape)
|
|
(start_assertion)
|
|
(end_assertion)
|
|
(boundary_assertion)
|
|
(non_boundary_assertion)
|
|
] @escape
|
|
|
|
[
|
|
"*"
|
|
"+"
|
|
"?"
|
|
"|"
|
|
"="
|
|
"!"
|
|
] @operator
|
|
|
|
(count_quantifier
|
|
[
|
|
(decimal_digits) @number
|
|
"," @punctuation.delimiter
|
|
])
|
|
|
|
(inline_flags_group
|
|
"-"? @operator
|
|
":"? @punctuation.delimiter)
|
|
|
|
(flags) @character.special
|
|
|
|
(character_class
|
|
[
|
|
"^" @operator
|
|
(class_range "-" @operator)
|
|
])
|
|
|
|
[
|
|
(class_character)
|
|
(posix_class_name)
|
|
] @constant.character
|
|
|
|
(pattern_character) @string
|