You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/tests/syntax-tests/highlighted/INI/test.ini

19 lines
1.7 KiB
INI

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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