We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cdb86 commit 9fff379Copy full SHA for 9fff379
lockfile.json
@@ -156,7 +156,7 @@
156
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
157
},
158
"markdown": {
159
- "revision": "77b90aec6306df625821e1eba03924f9543ee05c"
+ "revision": "330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
160
161
"nix": {
162
"revision": "6d6aaa50793b8265b6a8b6628577a0083d3b923d"
queries/markdown/highlights.scm
@@ -16,12 +16,16 @@
16
[
17
(code_span)
18
(link_title)
19
+ (indented_code_block)
20
+ (fenced_code_block)
21
] @text.literal
22
23
- (indented_code_block)
- (fenced_code_block)
24
+ (emphasis_delimiter)
25
+ (code_span_delimiter)
26
+ (fenced_code_block_delimiter)
27
] @punctuation.delimiter
28
+
29
(code_fence_content) @none
30
31
(emphasis) @text.emphasis
0 commit comments