It looks like TOML is not currently supported:
https://github.com/toml-lang/toml
as a workaround, I am changing this:
to:
au BufNewFile,BufRead *.yaml,*.yml,*.toml setf yaml
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.![]()
TOML is not yaml.
Yeah I know that.
but YAML has the closest syntax. So until someone imports a TOML syntax file, its the best option.
You can use https://github.com/cespare/vim-toml/.
There's already discussion (although the maintainer has understandable reservations) about submitting the scripts to Vim -- cespare/vim-toml#36.
so it looks like there is already discussion about this on the upstream repository. Until this is resolved, you can clone this repository. So I am closing this.
Closed #7432.