tartrazine/spec/unsupported_lexers/snbt/quoted_keys.txt

30 lines
874 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
{"special--key": 10b, normal_key: false, "json..///_type_key": "yup"}
---tokens---
'{' Punctuation
'"' Literal.String.Double
'special--key' Literal.String.Double
'"' Literal.String.Double
':' Punctuation
' ' Text.Whitespace
'10b' Literal.Number.Integer
',' Punctuation
' ' Text.Whitespace
'normal_key' Name.Attribute
':' Punctuation
' ' Text.Whitespace
'false' Name.Attribute
',' Punctuation
' ' Text.Whitespace
'"' Literal.String.Double
'json..///_type_key' Literal.String.Double
'"' Literal.String.Double
':' Punctuation
' ' Text.Whitespace
'"' Literal.String.Double
'yup' Literal.String.Double
'"' Literal.String.Double
'}' Punctuation
'\n' Text