mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(markdown_inline): add @nospell where appropriate
This commit is contained in:
parent
9161093fc7
commit
a57d2a599b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
[
|
[
|
||||||
(code_span)
|
(code_span)
|
||||||
(link_title)
|
(link_title)
|
||||||
] @text.literal
|
] @text.literal @nospell
|
||||||
|
|
||||||
[
|
[
|
||||||
(emphasis_delimiter)
|
(emphasis_delimiter)
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
[
|
[
|
||||||
(link_destination)
|
(link_destination)
|
||||||
(uri_autolink)
|
(uri_autolink)
|
||||||
] @text.uri
|
] @text.uri @nospell
|
||||||
|
|
||||||
[
|
[
|
||||||
(link_label)
|
(link_label)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue