Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4a405fb

Browse files
authored
fix(ts): correctly highlight table headings (#914)
1 parent e5b800e commit 4a405fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/org/highlights.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
(directive) @org.directive
4141
(row "|" @org.table.delimiter)
4242
(cell "|" @org.table.delimiter)
43-
(table (row (cell (contents) @org.table.heading)))
43+
(table . (row (cell (contents) @org.table.heading)))
4444
(table (hr) @org.table.delimiter)
4545
(fndef label: (expr) @org.footnote (#offset! @org.footnote 0 -4 0 1))
4646
(link) @org.hyperlink

0 commit comments

Comments
 (0)