Skip to content

Commit

Permalink
ref(markdown_inline): improve bracket usage consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jan 20, 2024
1 parent e83f293 commit 60cb686
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions after/queries/markdown_inline/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
;; extends

; punctuation
(inline_link ["[" "]" "(" ")"] @punctuation.bracket)
(image
"!" @punctuation.special
["[" "]" "(" ")"] @punctuation.bracket
)

[
(code_span_delimiter)
(emphasis_delimiter)
] @markup.environment

0 comments on commit 60cb686

Please sign in to comment.