diff options
Diffstat (limited to 'queries/markdown/highlights.scm')
| -rw-r--r-- | queries/markdown/highlights.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 8867a4b7f..e78d233cc 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -9,11 +9,9 @@ (atx_heading (atx_h5_marker) @text.title.5.marker (inline) @text.title.5) (atx_heading (atx_h6_marker) @text.title.6.marker (inline) @text.title.6) -[ - (link_title) - (indented_code_block) - (fenced_code_block) -] @text.literal +(link_title) @text.literal +(indented_code_block) @text.literal.block +((fenced_code_block) @text.literal.block (#set! "priority" 90)) (info_string) @label |
