mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-09 19:41:55 +00:00
1.7 KiB
1.7 KiB
[section]
key=value
numeric = 42
quotes="this value is quoted"
quotes2="this is not a comment ;foo"
different_quotes='these are other characters'
[another one]
first = value
; comment on own line
;another one
second=value ; comment at the end of a line
third = value;another one
# is this a comment? maybe.
[section.with.dots]
[section\with\backspaces]
[section;with;semicola]
key=value
numeric = 42
quotes="this value is quoted"
quotes2="this is not a comment ;foo"
different_quotes='these are other characters'
[another one]
first = value
; comment on own line
;another one
second=value ; comment at the end of a line
third = value;another one
# is this a comment? maybe.
[section.with.dots]
[section\with\backspaces]
[section;with;semicola]