reuixiy / hugo-theme-meme

😝 You can’t spell awesome without MemE!
https://io-oi.me/hugo-theme-meme
MIT License
1.01k stars 279 forks source link

Syntax error in a file #157

Closed tianheg closed 4 years ago

tianheg commented 4 years ago

This is the address :hugo-theme-meme/exampleSite/config.toml

The content of the file is:

../config-examples/en/config.toml

The following error appears in VSCode:

Expected "#", "'", "[", "\"", "\n", "\r", [ \t], [A-Za-z0-9_\-] or end of input but "." found.

This does not affect the use of meme, but I am still curious why this error occurs.

palant commented 4 years ago

I tested the config with https://www.toml-lint.com/ and it is valid. Wonder what VSCode is complaining about. It seems to be upset about a line starting with a dot, but there are no such lines in the example config. Hard to tell however without having a line number at least.