diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-10-13 21:36:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 18:36:25 -0700 |
commit | d339b4aad7461937e1e03ac0836b2eb1354ff442 (patch) | |
tree | bba017c37cbab211665b8021cdd7ecf33cfb00a7 /runtime | |
parent | 0578c67767a9cbaeaab167092a7bdb389f556ee4 (diff) | |
download | rneovim-d339b4aad7461937e1e03ac0836b2eb1354ff442.tar.gz rneovim-d339b4aad7461937e1e03ac0836b2eb1354ff442.tar.bz2 rneovim-d339b4aad7461937e1e03ac0836b2eb1354ff442.zip |
build(deps): bump vimdoc (help) parser to v1.2.1 #20642
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/help/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/queries/help/highlights.scm b/runtime/queries/help/highlights.scm index 6be4e49c81..cd4b6f8269 100644 --- a/runtime/queries/help/highlights.scm +++ b/runtime/queries/help/highlights.scm @@ -9,8 +9,11 @@ "|" @conceal (#set! conceal "") text: (_) @text.reference) (optionlink - text: (_) @text.literal) + text: (_) @text.reference) (codespan "`" @conceal (#set! conceal "") - text: (_) @string) + text: (_) @text.literal) +(codeblock) @text.literal (argument) @parameter +(keycode) @string.special +(url) @text.uri |