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

Added Conf language #434

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

radupotop
Copy link

Syntax for .gitconfig, .rclone.conf and other generic configuration files based on the INI format.

plugins/language_conf.lua Outdated Show resolved Hide resolved
plugins/language_conf.lua Outdated Show resolved Hide resolved
{ pattern = "%s+%-%-[A-Za-z0-9%-]+", type = "normal" },
-- Git
{ pattern = "HEAD", type = "literal" },
-- Rclone AWS S3 canned ACLs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if there should be multiple syntaxes at this point.

Copy link
Author

@radupotop radupotop May 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review.
Yes they could be separate syntax files, but at the same time all these conf files are very alike – just INI files with slightly different literals.

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

Successfully merging this pull request may close these issues.

2 participants