Fix parens inside links in markdown-ts--treesit-settings.
* lisp/textmodes/markdown-ts-mode.el (markdown-ts--treesit-settings): Override paren delimiter inside inline link. https://lists.gnu.org/archive/html/emacs-devel/2025-04/msg00655.html
This commit is contained in:
parent
d56e37c83c
commit
80e74dc832
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ maps to tree-sitter language `cpp'.")
|
|||
(paragraph (inline (block_continuation) @markdown-ts-delimiter))))
|
||||
|
||||
:language 'markdown-inline
|
||||
:override t ;; override paren delimiter inside inline link
|
||||
:feature 'paragraph-inline
|
||||
'(((image_description) @link)
|
||||
((link_destination) @font-lock-string-face)
|
||||
|
|
Loading…
Add table
Reference in a new issue