mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
(link_title)
|
||||
] @text.literal
|
||||
] @text.literal @nospell
|
||||
|
||||
[
|
||||
(emphasis_delimiter)
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
[
|
||||
(link_destination)
|
||||
(uri_autolink)
|
||||
] @text.uri
|
||||
] @text.uri @nospell
|
||||
|
||||
[
|
||||
(link_label)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue