Fix completion of block command `@detailmenu`.

This commit is contained in:
CismonX 2021-02-09 16:40:24 +08:00
parent 320caa24ed
commit b00289b015
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export default class CompletionItemProvider implements vscode.CompletionItemProv
...lineCommandX('defun', 'Format a description for a function', 'function-name', 'arguments'),
...lineCommandX('defvar', 'Format a description for a variable', 'variable-name'),
...lineCommandX('defvr', 'Format a description for any kind of variable', 'category', 'name'),
command('detailmenu', 'Mark the (optional) detailed node listing in a master menu'),
...blockCommand('detailmenu', 'Mark the (optional) detailed node listing in a master menu'),
...braceCommand('dfn', 'Indicate the introductory or defining use of a term', 1, 'term'),
command('DH', 'Generate the uppercase Icelandic letter eth, "Ð", ð', { hasEmptyBrace: true }),
command('dh', 'Generate the lower Icelandic letter eth, "ð"', { hasEmptyBrace: true }),