While keys without = are not allowed in TOML, this situation happens all the time while editing a TOML file (until one types = after key) which produces annoying error-colorization and then re-colorization after = is inserted.
Better to allow this at the lexer level and leave the error detection job to various linters.
While keys without = are not allowed in TOML, this situation happens all the time while editing a TOML file (until one types = after key) which produces annoying error-colorization and then re-colorization after = is inserted.
Better to allow this at the lexer level and leave the error detection job to various linters.