Skip to content

Commit 60cb686

Browse files
committed
ref(markdown_inline): improve bracket usage consistency
1 parent e83f293 commit 60cb686

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
;; extends
22

3+
; punctuation
34
(inline_link ["[" "]" "(" ")"] @punctuation.bracket)
5+
(image
6+
"!" @punctuation.special
7+
["[" "]" "(" ")"] @punctuation.bracket
8+
)
9+
10+
[
11+
(code_span_delimiter)
12+
(emphasis_delimiter)
13+
] @markup.environment

0 commit comments

Comments
 (0)