errata-ai / vale

:pencil: A markup-aware linter for prose built with speed and extensibility in mind.
https://vale.sh
MIT License
4.52k stars 155 forks source link

Run vale on Doc-Strings in Julia (again) #914

Open kellertuer opened 1 month ago

kellertuer commented 1 month ago

Check for existing issues

Describe the feature

The homepage still states

julia | .jl | # (text.comment.line.ext), "..." (text.comment.line.ext) #= (text.comment.block.ext), """(text.comment.block.ext)

Where especially strings and block strings are mentioned. I implemented that before the move to tree sitter, because the block strings (there """) are used for documentation, and that should for sure be valed. Can we have that back? That would be great. If necessary maybe also in a new text.documentation or so type?