We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b800e commit 4a405fbCopy full SHA for 4a405fb
queries/org/highlights.scm
@@ -40,7 +40,7 @@
40
(directive) @org.directive
41
(row "|" @org.table.delimiter)
42
(cell "|" @org.table.delimiter)
43
-(table (row (cell (contents) @org.table.heading)))
+(table . (row (cell (contents) @org.table.heading)))
44
(table (hr) @org.table.delimiter)
45
(fndef label: (expr) @org.footnote (#offset! @org.footnote 0 -4 0 1))
46
(link) @org.hyperlink
0 commit comments