Open cespare opened 9 years ago
They seem to work fine for me. Did you want different syntax highlighting for the table name or something like that?
Yeah, it mostly works. Ideally we'd match all the various bits of syntax:
=
should be recognized (we don't highlight it at all today, even outside inline tables){
and }
should be recognized as inline table braces,
should be recognized as well(For instance the analogous elements in JSON are all recognized.)
I've noticed this a few times with Rust's Cargo.toml
files:
Something about the strings and lists seems to get it.
@dbluhm I believe that recent changes (including #47) have improved the situation. Here's your example now using everyone's favorite colorscheme, elflord:
So I think we're back to just missing the minor tidbits I mentioned in https://github.com/cespare/vim-toml/issues/13#issuecomment-442219880.
https://github.com/toml-lang/toml#inline-table