Skip to content

Commit 577ecbd

Browse files
author
nvim-orgmode
committed
1 parent f0a1ef1 commit 577ecbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/configuration.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2845,7 +2845,9 @@ The following highlight groups are used:
28452845
- =@org.code.delimiter=: code text delimiter =~= - linked to =@markup.raw=,
28462846
- =@org.verbatim=: =verbatim= text - linked to =@markup.raw=,
28472847
- =@org.verbatim.delimiter=: verbatim text delimiter === - linked to =@markup.raw=,
2848-
- =@org.hyperlink=: =[[file:link]]= text - linked to =@markup.link.url=,
2848+
- =@org.hyperlink=: link without description (example: =[[file:/this/is/link]]=) - linked to =@markup.link=,
2849+
- =@org.hyperlink.url=: Url part of the link with description (example: =[[file:/this/is/url][description]]=) - linked to =@markup.link.url=,
2850+
- =@org.hyperlink.desc=: Description part of the link with description (example: =[[file:/path/to/file][description]]=) - linked to =@markup.link.label=,
28492851
- =@org.latex=: Inline latex - linked to =@markup.math=,
28502852
- =@org.table.delimiter= - =|= and =-= delimiters in tables - linked to =@punctuation.special=,
28512853
- =@org.table.heading= - Table headings - linked to =@markup.heading=,

0 commit comments

Comments
 (0)