queries(markdown): add simple highlight query

This commit is contained in:
Thomas Vigouroux 2020-06-14 22:02:59 +02:00
parent d54fe4545b
commit f9df9d55d7

View file

@ -0,0 +1,9 @@
;; MarkDown highlighting
(atx_heading) @Constant
(link_text) @String
(link_destination) @Type
(emphasis) @Special
(strong_emphasis) @SpecialComment
(fenced_code_block (info_string) @Type (code_fence_content) @Ignore) @Function
(code_span (text) @Ignore ) @Function