Back to Prismjs

This is a comment

examples/prism-toml.html

latest384 B
Original Source

Full example

# This is a comment

key = "value"
paths.home = 'c:\foo\'

[database.prod]
server = "192.168.1.1"
ports = [8001, 8001, 8002]
connection_max = 5000
enabled = true

[[users]]
name = "John"
bday = 1995-09-22
bio = ""
interests = ["biking", "fishing"]

[[users]]
name = "Jane"
bday = 1989-05-09
bio = """\
Hi!

I love programming!\
"""
interests = ["programming"]