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

Fix code block spell checker recognition (remove unnecessary files) #27

Open
trueberryless opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
🚨 action Changes to GitHub Action workflows ⏫ enhancement New feature or request

Comments

@trueberryless
Copy link
Member

All words inside code blocks which are currently not recognized by the spell checker are allowed through the allow/code_blocks.txt file. If in future releases the spell checker supports patterns for multiple lines, the file will hopefully not be necessary anymore because of this line in patterns.txt:

# Markdown Code Blocks
`{1,3}[\s\S]+?`{1,3}
@trueberryless trueberryless added the ⏫ enhancement New feature or request label Nov 13, 2023
@trueberryless
Copy link
Member Author

Let's now wait for further development in #60...

@trueberryless trueberryless added the 🚨 action Changes to GitHub Action workflows label Nov 13, 2023
@trueberryless trueberryless pinned this issue Nov 13, 2023
@trueberryless trueberryless self-assigned this Nov 13, 2023
trueberryless added a commit that referenced this issue Nov 14, 2023
Many words will be useless to allow because they will already be ignored as mentioned in #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 action Changes to GitHub Action workflows ⏫ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant