Help: update highlights

- A hotlink on vimdoc is `|foo|`.
  Which is a reference to part of a document,
  not a URI.
- (argument) wasn't being highlighted,
  wasn't sure about the best hl group for this,
  but `@parameter` seems the obvious one?
This commit is contained in:
Santos Gallegos 2022-06-19 14:36:37 -05:00 committed by Christian Clason
parent e68ea36745
commit 96ee5b5382

View file

@ -8,7 +8,8 @@
name: (_) @text.literal)
(hotlink
"|" @conceal (#set! conceal "")
destination: (_) @text.uri)
destination: (_) @text.reference)
(backtick
"`" @conceal (#set! conceal "")
content: (_) @string)
(argument) @parameter