Skip to content

Commit

Permalink
fix(markdown): code block language name highlighted as @conceal
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jan 20, 2024
1 parent 60cb686 commit ba9a89a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions after/queries/markdown/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
; )

; text environments
(fenced_code_block (info_string) @markup.environment.name)
(fenced_code_block_delimiter) @markup.environment
(fenced_code_block
(fenced_code_block_delimiter) @markup.environment
(info_string) @markup.environment.name (#set! priority 101)
)

0 comments on commit ba9a89a

Please sign in to comment.