Skip to content

Commit

Permalink
fix(vimdoc): option concealing
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Mar 15, 2024
1 parent dad6ad8 commit 55097f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions after/queries/vimdoc/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
(argument ["{" "}"] @markup.environment (#set! conceal ""))

; punctuation
(optionlink
"'" @punctuation.bracket (#set! conceal "")
text: (word) @variable.builtin
)
(optionlink "'" @punctuation.bracket (#set! conceal ""))
(optionlink text: (word) @variable.builtin)

(taglink "|" @punctuation.bracket)

Expand Down

0 comments on commit 55097f2

Please sign in to comment.