highlights.scm (1208B)
1 (h1 2 (delimiter) @markup.heading.1.delimiter 3 (heading) @markup.heading.1) 4 5 (h2 6 (delimiter) @markup.heading.2.delimiter 7 (heading) @markup.heading.2) 8 9 (h3 10 (heading) @markup.heading.3) 11 12 (column_heading 13 (heading) @markup.heading.4) 14 15 (column_heading 16 (delimiter) @markup.heading.4 17 (#set! conceal "")) 18 19 (tag 20 "*" @label 21 (#set! conceal "")) 22 23 (tag 24 text: (_) @label) 25 26 (taglink 27 "|" @markup.link 28 (#set! conceal "")) 29 30 (taglink 31 text: (_) @markup.link) 32 33 (optionlink 34 text: (_) @markup.link) 35 36 (codespan 37 "`" @markup.raw 38 (#set! conceal "")) 39 40 (codespan 41 text: (_) @markup.raw) 42 43 ((codeblock) @markup.raw.block 44 (#set! priority 90)) 45 46 (codeblock 47 ">" @markup.raw 48 (#set! conceal "")) 49 50 (codeblock 51 (language) @label 52 (#set! conceal "")) 53 54 (block 55 "<" @markup.raw 56 (#set! conceal "")) 57 58 (argument) @variable.parameter 59 60 (keycode) @string.special 61 62 ((url) @string.special.url 63 (#set! @string.special.url url @string.special.url)) 64 65 (modeline) @keyword.directive 66 67 ((note) @comment.note 68 (#any-of? @comment.note "Note:" "NOTE:" "Notes:")) 69 70 ((note) @comment.warning 71 (#any-of? @comment.warning "Warning:" "WARNING:")) 72 73 ((note) @comment.error 74 (#any-of? @comment.error "Deprecated:" "DEPRECATED:"))