|
1 | | -;; =========== |
2 | | -;; inline code ` |
3 | | -;; =========== |
| 1 | +; =========== |
| 2 | +; inline code ` |
| 3 | +; =========== |
4 | 4 | (code_span |
5 | 5 | (code_span_delimiter) @open.code |
6 | 6 | (code_span_delimiter) @close.code) @scope.code |
7 | 7 |
|
8 | | -;; =========================== |
9 | | -;; emphasis (italic, *...* / _..._) |
10 | | -;; =========================== |
| 8 | +; =========================== |
| 9 | +; emphasis (italic, *...* / _..._) |
| 10 | +; =========================== |
11 | 11 | (emphasis |
12 | 12 | (emphasis_delimiter) @open.emphasis |
13 | 13 | (emphasis_delimiter) @close.emphasis) @scope.emphasis |
14 | 14 |
|
15 | | -;; =========================== |
16 | | -;; strong emphasis (bold, **...** / __...__) |
17 | | -;; =========================== |
| 15 | +; =========================== |
| 16 | +; strong emphasis (bold, **...** / __...__) |
| 17 | +; =========================== |
18 | 18 | (strong_emphasis |
19 | 19 | (emphasis_delimiter) @open.strong |
20 | 20 | (emphasis_delimiter) @open.strong |
21 | 21 | (emphasis_delimiter) @close.strong |
22 | 22 | (emphasis_delimiter) @close.strong) @scope.strong |
23 | 23 |
|
24 | | -;; =========================== |
25 | | -;; strikethrough (~~...~~) |
26 | | -;; =========================== |
| 24 | +; =========================== |
| 25 | +; strikethrough (~~...~~) |
| 26 | +; =========================== |
27 | 27 | (strikethrough |
28 | 28 | (emphasis_delimiter) @open.strikethrough |
29 | 29 | (emphasis_delimiter) @close.strikethrough) @scope.strikethrough |
30 | | - |
31 | | -;; =========================== |
32 | | -;; LaTeX math ($...$ / $$...$$) |
33 | | -;; =========================== |
34 | | -(latex_block |
35 | | - (latex_span_delimiter) @open.math |
36 | | - (latex_span_delimiter) @close.math) @scope.math |
0 commit comments