-
Notifications
You must be signed in to change notification settings - Fork 17
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 spellcheck delimiter for RST directives #516
Conversation
Can you separate the delimiters for rst from the word list update? |
|
@@ -12,7 +12,10 @@ matrix: | |||
- pyspelling.filters.context: | |||
context_visible_first: true | |||
delimiters: | |||
# ReST: code blocks | |||
# RST directives | |||
- open: '^\.{2}[ ]+[a-z-]+[:]{2}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@neon60 how do you think this will interact with the other code block sections that were added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am testing locally. The code block check also not working correctly, I need more time to be able to answer the question.
Find a better way to handle the ReST of spellcheck, we should probably just close this PR. |
Goal: to allow RST directives
Examples: