mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(julia): spell-check docstrings
Enable spell checking of docstrings without markdown injections.
This commit is contained in:
parent
922c396b26
commit
3fbf513829
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue