Includes prior-session patches (carry forward so the app compiles): - crates/gpui/build.rs: cross-compile manifest fix - crates/gpui/src/platform.rs: PlatformWindow::activate_with_token trait method - crates/gpui/src/window.rs: Window::activate_with_token public API - crates/gpui_linux/src/linux/wayland/window.rs: WaylandWindow::activate_with_token + activate() keyboard-serial fix Plus the focus-serial fix: - serial.rs: SerialKind::KeyboardEnter - client.rs: store wl_keyboard.enter serial; latest_serial_of() Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
32 lines
593 B
Scheme
32 lines
593 B
Scheme
(external_type
|
|
(visibility_modifier)? @context
|
|
"type" @context
|
|
(type_name) @name) @item
|
|
|
|
(type_definition
|
|
(visibility_modifier)? @context
|
|
(opacity_modifier)? @context
|
|
"type" @context
|
|
(type_name) @name) @item
|
|
|
|
(data_constructor
|
|
(constructor_name) @name) @item
|
|
|
|
(data_constructor_argument
|
|
(label) @name) @item
|
|
|
|
(type_alias
|
|
(visibility_modifier)? @context
|
|
"type" @context
|
|
(type_name) @name) @item
|
|
|
|
(function
|
|
(visibility_modifier)? @context
|
|
"fn" @context
|
|
name: (_) @name) @item
|
|
|
|
(constant
|
|
(visibility_modifier)? @context
|
|
"const" @context
|
|
name: (_) @name) @item
|