aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/markdown')
-rw-r--r--runtime/queries/markdown/highlights.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/markdown/highlights.scm b/runtime/queries/markdown/highlights.scm
index 44b19741..aee568c8 100644
--- a/runtime/queries/markdown/highlights.scm
+++ b/runtime/queries/markdown/highlights.scm
@@ -47,3 +47,7 @@
(hard_line_break)
] @constant.character.escape
+(thematic_break) @punctuation.delimiter
+
+(inline_link ["[" "]" "(" ")"] @punctuation.bracket)
+(image ["[" "]" "(" ")"] @punctuation.bracket)