feat(julia): spell-check docstrings

Enable spell checking of docstrings without markdown injections.
This commit is contained in:
Sergio A. Vargas 2023-08-16 15:30:59 -05:00 committed by GitHub
parent 922c396b26
commit 3fbf513829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,7 +282,7 @@
(prefixed_command_literal (prefixed_command_literal
prefix: (identifier) @function.macro) @string.special prefix: (identifier) @function.macro) @string.special
((string_literal) @string.documentation ((string_literal) @string.documentation @spell
. [ . [
(module_definition) (module_definition)
(abstract_definition) (abstract_definition)