diff options
author | Michael Davis | 2022-06-29 01:09:12 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-01 09:04:23 +0000 |
commit | ca82cd86e62392f74d86d2abc647a6fc84d56539 (patch) | |
tree | 70e16b8e53691ee185910de0d93b41a18c3d3233 /runtime | |
parent | bd527c84e64f8a30bb1ae8c4dd634d6deba20825 (diff) |
markdown: highlight punctuation
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/markdown/highlights.scm | 4 |
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) |