Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new lines in in-line table are not recognized #21

Open
jotego opened this issue Apr 19, 2023 · 0 comments
Open

new lines in in-line table are not recognized #21

jotego opened this issue Apr 19, 2023 · 0 comments

Comments

@jotego
Copy link

jotego commented Apr 19, 2023

About a year ago, TOML was modified to accept new lines in in-line tables. See the request and the fix.

The syntax highlighting package for Sublime does not recognize this syntax and will mark in red text in an in-line table if a new line is added, such as this:

# Single line
person = { name = "Tom", geography = { lat = 1.0, lon = 2.0 } }

# Multi line
person = { 
    name = "Tom", 
    geography = { 
        lat = 1.0, 
        lon = 2.0,
    },
}

Could you please add support for it? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant