tartrazine/tests/rust/test_struct.txt

18 lines
397 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
struct X { x: u32 }
---tokens---
'struct' Keyword
' ' Text.Whitespace
'X' Name.Class
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'x' Name
':' Punctuation
' ' Text.Whitespace
'u32' Keyword.Type
' ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace