This commit is contained in:
2025-10-29 21:14:44 -07:00
parent 667624d0ca
commit 965253386a
13 changed files with 146 additions and 58 deletions

View File

@@ -205,7 +205,7 @@ fn token(stream: codemirror::StringStream, state: &mut State) -> Result<Option<S
if state.is_defining_identifier {
"def"
} else {
"variable"
"identifier"
}
}
rhai::Token::CharConstant(_) => "string-2",