aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries
diff options
context:
space:
mode:
authorMichael Davis2022-06-29 01:09:12 +0000
committerBlaž Hrastnik2022-07-01 09:04:23 +0000
commitca82cd86e62392f74d86d2abc647a6fc84d56539 (patch)
tree70e16b8e53691ee185910de0d93b41a18c3d3233 /runtime/queries
parentbd527c84e64f8a30bb1ae8c4dd634d6deba20825 (diff)
markdown: highlight punctuation
Diffstat (limited to 'runtime/queries')
-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)