Hello, Today, I noticed another, but related, fontification issue with triple-quoted strings in TOML. Strings starting with # is interpreted as comment inside the triple-quoted strings too. Here's an example: favicon_code = """ """ It looks like this: [image: image.png] -- Kaushal Modi