Add ! to the macro completion label

This commit is contained in:
Kirill Bulatov 2019-09-12 00:24:39 +03:00
parent 037e02c08d
commit 1852b27233
4 changed files with 25 additions and 21 deletions

View file

@ -605,7 +605,7 @@ mod tests {
),
@r###"[
CompletionItem {
label: "foo",
label: "foo!",
source_range: [179; 179),
delete: [179; 179),
insert: "foo!($0)",