diff options
Diffstat (limited to 'runtime/queries/help/highlights.scm')
-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 |