File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,11 @@ require('render-markdown').setup({
58
58
59
59
(fenced_code_block) @code
60
60
61
- (list_marker_plus) @list_marker
62
- (list_marker_minus) @list_marker
63
- (list_marker_star) @list_marker
61
+ [
62
+ (list_marker_plus)
63
+ (list_marker_minus)
64
+ (list_marker_star)
65
+ ] @list_marker
64
66
65
67
(pipe_table_header) @table_head
66
68
(pipe_table_delimiter_row) @table_delim
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ if __name__ == "__main__":
20
20
main()
21
21
```
22
22
23
- * List Item 1
23
+ - List Item 1
24
24
* List Item 2
25
25
* Nested List Item 1
26
26
* Nested List Item 2
27
- * List Item 3
27
+ + List Item 3
28
28
29
29
1 . Item 1
30
30
2 . Item 2
Original file line number Diff line number Diff line change @@ -42,9 +42,11 @@ function M.setup(opts)
42
42
43
43
(fenced_code_block) @code
44
44
45
- (list_marker_plus) @list_marker
46
- (list_marker_minus) @list_marker
47
- (list_marker_star) @list_marker
45
+ [
46
+ (list_marker_plus)
47
+ (list_marker_minus)
48
+ (list_marker_star)
49
+ ] @list_marker
48
50
49
51
(pipe_table_header) @table_head
50
52
(pipe_table_delimiter_row) @table_delim
You can’t perform that action at this time.
0 commit comments