Skip to content

Commit

Permalink
Rename scope
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Feb 21, 2025
1 parent 56d3132 commit 4a53e5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/languages/src/markdown-inline/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
(image)
] @link.markup

(inline_link ["(" ")"] @link.url.markup)
(image ["(" ")"] @link.url.markup)
(inline_link ["(" ")"] @link.uri.markup)
(image ["(" ")"] @link.uri.markup)
[
(link_destination)
(uri_autolink)
Expand Down
2 changes: 1 addition & 1 deletion crates/languages/src/markdown/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
(fenced_code_block_delimiter) @punctuation.embedded.markup

(link_reference_definition) @link.markup
(link_destination) @link.url.markup
(link_destination) @link.uri.markup

0 comments on commit 4a53e5f

Please sign in to comment.