Skip to content

Commit

Permalink
Also highlight U<...> as @text.underline
Browse files Browse the repository at this point in the history
Still currently just a proposed addition to Pod; see also Perl/perl5#21509
  • Loading branch information
leonerd committed Oct 1, 2023
1 parent f4c2c7a commit 593576d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
(sequence_letter) @character
(#eq? @character "C")
(content) @text.literal)
(interior_sequence
(sequence_letter) @character
(#eq? @character "U")
(content) @text.underline)
(interior_sequence
(sequence_letter) @character
(#eq? @character "F")
Expand Down

0 comments on commit 593576d

Please sign in to comment.