mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -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)
|
(link_destination)
|
||||||
(uri_autolink)
|
(uri_autolink)
|
||||||
|
(email_autolink)
|
||||||
] @markup.link.url @nospell
|
] @markup.link.url @nospell
|
||||||
|
|
||||||
|
(entity_reference) @nospell
|
||||||
|
|
||||||
; Replace common HTML entities.
|
; Replace common HTML entities.
|
||||||
((entity_reference) @character.special
|
((entity_reference) @character.special
|
||||||
(#eq? @character.special " ")
|
(#eq? @character.special " ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue