tartrazine/tests/rust/test_struct.txt

18 lines
397 B
Plaintext

---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