mirror of
https://github.com/helix-editor/helix
synced 2026-08-01 01:16:39 +02:00
6 lines
108 B
Rust
6 lines
108 B
Rust
fn helper(count: i32) -> i32 {
|
|
// ^ @variable.parameter
|
|
// ^ @type.builtin
|
|
count
|
|
}
|