Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ is_ident_continue
Function
is_ident_continue
perro_website/src/highlight.rs:260–262 ·
view source on GitHub ↗
(ch: char)
Source
from the content-addressed store, hash-verified
258
push_span(&mut out,
"tok-life"
, &chars[start..i]);
259
} else if ch ==
'\'
' {
260
let start = i;
261
i += 1;
262
while i < chars.len() {
263
if chars[i] ==
'\\'
{
264
i = (i + 2).min(chars.len());
265
} else {
Callers
1
highlight_rust
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected