cespare / vim-toml

Vim syntax for TOML
MIT License
625 stars 40 forks source link

Proper keys highlighting #34

Closed Aerath closed 6 years ago

Aerath commented 6 years ago

Unquoted (bare) keys can only contains ASCII alphanumerics, underscores and dashes [[:alphanum:]_-] Keys must be followed by an equal sign = Keys may be found in inline tables Quoted keys can include escaped quotes

cespare commented 6 years ago

Thanks!