aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio A. Vargas <savargasqu+git@unal.edu.co>2023-08-16 15:30:59 -0500
committerGitHub <noreply@github.com>2023-08-16 16:30:59 -0400
commit3fbf5138299cc79fd5203491967762d17e02d8ab (patch)
tree129fa85af6adcc7e3ef507462b1c4fa7add3b19b
parentfix(python): right content for regex injection (diff)
downloadnvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.tar
nvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.tar.gz
nvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.tar.bz2
nvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.tar.lz
nvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.tar.xz
nvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.tar.zst
nvim-treesitter-3fbf5138299cc79fd5203491967762d17e02d8ab.zip
feat(julia): spell-check docstrings
Enable spell checking of docstrings without markdown injections.
-rw-r--r--queries/julia/highlights.scm2
1 files changed, 1 insertions, 1 deletions
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)