File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ function M.link_ts_highlights()
1818 OrgTSHeadlineLevel8 = ' OrgHeadlineLevel8' ,
1919 OrgTSBullet = ' Identifier' ,
2020 OrgTSCheckbox = ' PreProc' ,
21+ orgTSSubscript = ' Comment' ,
22+ orgTSSuperscript = ' Comment' ,
2123 OrgTSCheckboxHalfChecked = ' OrgTSCheckbox' ,
2224 OrgTSCheckboxUnchecked = ' OrgTSCheckbox' ,
2325 OrgTSCheckboxChecked = ' OrgTSCheckbox' ,
Original file line number Diff line number Diff line change 11((timestamp) @timestamp (#match? @timestamp "^\\<.*$")) @OrgTSTimestampActive
22((timestamp) @timestamp_inactive (#match? @timestamp_inactive "^\\[.*$")) @OrgTSTimestampInactive
3- ; ((markup) @markup_bold (#match? @markup_bold "^\\s*\\*.*\\*$")) @text.strong
4- ; ((markup) @markup_italic (#match? @markup_italic "^\\s*\\/.*\\/$")) @text.emphasis
5- ; ((markup) @markup_underline (#match? @markup_underline "^\\s*_.*_$")) @TSUnderline
6- ; ((markup) @markup_code (#match? @markup_code "^\\s*\\~.*\\~$")) @String
7- ; ((markup) @markup_verbatim (#match? @markup_verbatim "^\\s*\\=.*\\=$")) @String
8- ; ((markup) @markup_strike (#match? @markup_strike "^\\s*\\+.*\\+$")) @text.strike
93(headline (stars) @stars (#eq? @stars "*")) @OrgTSHeadlineLevel 1
104(headline (stars) @stars (#eq? @stars "**")) @OrgTSHeadlineLevel 2
115(headline (stars) @stars (#eq? @stars "***")) @OrgTSHeadlineLevel 3
148(headline (stars) @stars (#eq? @stars "******")) @OrgTSHeadlineLevel 6
159(headline (stars) @stars (#eq? @stars "*******")) @OrgTSHeadlineLevel 7
1610(headline (stars) @stars (#eq? @stars "********")) @OrgTSHeadlineLevel 8
11+ (subscript) @OrgTSSubscript
12+ (superscript) @OrgTSSuperscript
1713(bullet) @OrgTSBullet
1814(checkbox) @OrgTSCheckbox
1915((checkbox) @check (#eq? @check "\[-\]")) @OrgTSCheckboxHalfChecked
You can’t perform that action at this time.
0 commit comments