rouge icon indicating copy to clipboard operation
rouge copied to clipboard

TOML: string in array not recognized properly

Open mrexodia opened this issue 4 years ago • 0 comments

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)

mrexodia avatar Jun 27 '21 19:06 mrexodia