blob: 3ee2bfa844295e7758648422618b09de0883b73d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---input---
go_gc_duration_seconds{instance="localhost:9090"} # single comment
---tokens---
'go_gc_duration_seconds' Name.Variable
'{' Punctuation
'instance' Name.Label
'=' Operator
'"' Punctuation
'localhost:9090' Literal.String
'"' Punctuation
'}' Punctuation
' ' Text.Whitespace
'# single comment' Comment.Single
'\n' Text.Whitespace
|