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

Is there any way to add Comments? #135

Open
FlorianWerndl opened this issue Aug 10, 2020 · 1 comment
Open

Is there any way to add Comments? #135

FlorianWerndl opened this issue Aug 10, 2020 · 1 comment

Comments

@FlorianWerndl
Copy link

Great work, thank you!

I wonder if there is any way to add a comments to the file. My use-case is to add a decoded version of the path I added for better readability.

Now: (ony encoded)
Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$

Future: (+ decoded as comment)

...
Disallow: */%D0%B7%D0%B0%D0%BF%D0%B8%D1%82%D0%B2%D0%B0%D0%BD%D0%B5$
# Disallow: */запитване$
...
@alexander-akait
Copy link
Member

Feel free to send a PR:

disallow: [{ type: 'directive', value: '*/тест' }, { type: 'comment', value: 'тест'}],

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

2 participants