From 3fbf5138299cc79fd5203491967762d17e02d8ab Mon Sep 17 00:00:00 2001 From: "Sergio A. Vargas" Date: Wed, 16 Aug 2023 15:30:59 -0500 Subject: [PATCH] feat(julia): spell-check docstrings Enable spell checking of docstrings without markdown injections. --- queries/julia/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm index 0a7d32df3..e76911947 100644 --- a/queries/julia/highlights.scm +++ b/queries/julia/highlights.scm @@ -282,7 +282,7 @@ (prefixed_command_literal prefix: (identifier) @function.macro) @string.special -((string_literal) @string.documentation +((string_literal) @string.documentation @spell . [ (module_definition) (abstract_definition)