From d7f7450017b9b05303698a6cda54303ef22c63b3 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 31 Mar 2023 17:09:00 +0200 Subject: refactor(treesitter)!: rename help parser to vimdoc --- runtime/queries/help/highlights.scm | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 runtime/queries/help/highlights.scm (limited to 'runtime/queries/help/highlights.scm') diff --git a/runtime/queries/help/highlights.scm b/runtime/queries/help/highlights.scm deleted file mode 100644 index c0d88301bc..0000000000 --- a/runtime/queries/help/highlights.scm +++ /dev/null @@ -1,25 +0,0 @@ -(h1) @text.title -(h2) @text.title -(h3) @text.title -(column_heading) @text.title -(column_heading - "~" @conceal (#set! conceal "")) -(tag - "*" @conceal (#set! conceal "") - text: (_) @label) -(taglink - "|" @conceal (#set! conceal "") - text: (_) @text.reference) -(optionlink - text: (_) @text.reference) -(codespan - "`" @conceal (#set! conceal "") - text: (_) @text.literal) -(codeblock) @text.literal -(codeblock - [">" (language)] @conceal (#set! conceal "")) -(block - "<" @conceal (#set! conceal "")) -(argument) @parameter -(keycode) @string.special -(url) @text.uri -- cgit