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

Add TOML runtime support. #8984

Closed
wants to merge 2 commits into from
Closed

Conversation

averms
Copy link
Contributor

@averms averms commented Oct 9, 2021

TOML is a plain text data format often advertised as a human-readable alternative to JSON. This patch adds syntax highlighting and sets commentstring and comments for TOML files. This is my first time contributing support for a new language so I probably made some mistakes / broke some conventions. Please let me know what I need to change.

@brammool brammool closed this in 28b6a3b Oct 16, 2021
dundargoc added a commit to dundargoc/neovim that referenced this pull request Oct 16, 2021
Problem:    TOML files are not recognized.
Solution:   Add filetype patterns for TOML. (Aman Verma, closes vim/vim#8984)
vim/vim@28b6a3b
clason pushed a commit to neovim/neovim that referenced this pull request Oct 16, 2021
Problem:    TOML files are not recognized.
Solution:   Add filetype patterns for TOML. (Aman Verma, closes vim/vim#8984)
vim/vim@28b6a3b
@averms averms deleted the runtime-toml branch October 17, 2021 23:57
lewis6991 pushed a commit to lewis6991/neovim that referenced this pull request Dec 12, 2021
Problem:    TOML files are not recognized.
Solution:   Add filetype patterns for TOML. (Aman Verma, closes vim/vim#8984)
vim/vim@28b6a3b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants