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

custom delimiter of comments #350

Open
1 task done
kkqy opened this issue Mar 16, 2024 · 0 comments
Open
1 task done

custom delimiter of comments #350

kkqy opened this issue Mar 16, 2024 · 0 comments
Labels
feature Categorizes as related to a new feature

Comments

@kkqy
Copy link

kkqy commented Mar 16, 2024

Describe the feature

I am trying parsing an nonstandard ini file that contains some nonstandard comments like:

\\This is a section
[Section]
name=tool

But it return an error :
key-value delimiter not found: \\This is a section

Describe the solution you'd like

I want to have an option that can custom the delimiter of comments.

Describe alternatives you've considered

I checked the document and find that we can custom delimiter of key-value, so I think it shoulds can custom a delimiter of comments too.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kkqy kkqy added the feature Categorizes as related to a new feature label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Categorizes as related to a new feature
Projects
None yet
Development

No branches or pull requests

1 participant