Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/markdown.inline/highlights.scm')
| -rw-r--r-- | runtime/queries/markdown.inline/highlights.scm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/runtime/queries/markdown.inline/highlights.scm b/runtime/queries/markdown.inline/highlights.scm deleted file mode 100644 index ee0926a5..00000000 --- a/runtime/queries/markdown.inline/highlights.scm +++ /dev/null @@ -1,39 +0,0 @@ -;; From nvim-treesitter/nvim-treesitter -[ - (code_span) - (link_title) -] @markup.raw.inline - -[ - (emphasis_delimiter) - (code_span_delimiter) -] @punctuation.bracket - -(emphasis) @markup.italic - -(strong_emphasis) @markup.bold - -(strikethrough) @markup.strikethrough - -[ - (link_destination) - (uri_autolink) -] @markup.link.url - -[ - (link_text) - (image_description) -] @markup.link.text - -(link_label) @markup.link.label - -[ - (backslash_escape) - (hard_line_break) -] @constant.character.escape - -(image ["[" "]" "(" ")"] @punctuation.bracket) -(image "!" @punctuation.special) -(inline_link ["[" "]" "(" ")"] @punctuation.bracket) -(shortcut_link ["[" "]"] @punctuation.bracket) - |