mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(markdown_inline): No spell for emails and HTML entities
This commit is contained in:
parent
9ebc589329
commit
da7ea8f335
1 changed files with 3 additions and 0 deletions
|
|
@ -85,8 +85,11 @@
|
|||
[
|
||||
(link_destination)
|
||||
(uri_autolink)
|
||||
(email_autolink)
|
||||
] @markup.link.url @nospell
|
||||
|
||||
(entity_reference) @nospell
|
||||
|
||||
; Replace common HTML entities.
|
||||
((entity_reference) @character.special
|
||||
(#eq? @character.special " ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue