mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Parse @image-url
This commit is contained in:
parent
48b226c017
commit
5debc08f98
4 changed files with 68 additions and 12 deletions
|
@ -197,6 +197,7 @@ fn fill_token_vec(stream: impl Iterator<Item = TokenTree>, vec: &mut Vec<parser:
|
|||
SyntaxKind::Error
|
||||
}
|
||||
'$' => SyntaxKind::Dollar,
|
||||
'@' => SyntaxKind::At,
|
||||
_ => SyntaxKind::Error,
|
||||
};
|
||||
prev_spacing = p.spacing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue