This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/ini/test.ini
jmzambon b58e855e41
Fix syntax highlighting of INI language (#2217)
Make it parse comments that are not their own line.

Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
2022-09-15 19:22:09 +02:00

18 lines
298 B
INI

[section1]
foo = bar ; inline comment
continued = foo # inline comment with \
# line continuation
baz
conttwo =
foo
; comment
# comment
[section2]
my_array = Asia, Africa, 'North America', South America, \
Antarctica, Europe, Australia
implicit_boolean
foo = bar