rouge
rouge copied to clipboard
TOML: string in array not recognized properly
Name of the lexer TOML
Code sample A sample of the code that produces the bug.
# Single-folder glob in example/src/
[target.example]
type = "executable"
sources = [ "example/src/*.cpp" ]
link-libraries = ["mylib::mylib"]
http://rouge.jneen.net/v3.25.0/toml/IyBTaW5nbGUtZm9sZGVyIGdsb2IgaW4gZXhhbXBsZS9zcmMvClt0YXJnZXQuZXhhbXBsZV0KdHlwZSA9ICJleGVjdXRhYmxlIgpzb3VyY2VzID0gWyAiZXhhbXBsZS9zcmMvKi5jcHAiIF0KbGluay1saWJyYXJpZXMgPSBbIm15bGliOjpteWxpYiJd
The ["string"] is not recognized properly (where [ "string" ] is)