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 7ee1f13 commit e365b85Copy full SHA for e365b85
queries/org/highlights.scm
@@ -39,7 +39,5 @@
39
(directive) @org.directive
40
(row "|" @org.table.delimiter)
41
(cell "|" @org.table.delimiter)
42
-(table
43
- (row (cell (contents) @org.table.heading))
44
- (hr) @org.table.delimiter
45
-)
+(table (row (cell (contents) @org.table.heading)))
+(table (hr) @org.table.delimiter)
0 commit comments