@@ -3235,7 +3235,7 @@ xx@pcall<??>
3235
3235
{
3236
3236
[1 ] = {
3237
3237
label = ' pcall' ,
3238
- kind = define .CompletionItemKind .Event ,
3238
+ kind = define .CompletionItemKind .Snippet ,
3239
3239
textEdit = {
3240
3240
start = 3 ,
3241
3241
finish = 8 ,
@@ -3257,7 +3257,7 @@ xx()@pcall<??>
3257
3257
{
3258
3258
[1 ] = {
3259
3259
label = ' pcall' ,
3260
- kind = define .CompletionItemKind .Event ,
3260
+ kind = define .CompletionItemKind .Snippet ,
3261
3261
textEdit = {
3262
3262
start = 5 ,
3263
3263
finish = 10 ,
@@ -3279,7 +3279,7 @@ xx(1, 2, 3)@pcall<??>
3279
3279
{
3280
3280
[1 ] = {
3281
3281
label = ' pcall' ,
3282
- kind = define .CompletionItemKind .Event ,
3282
+ kind = define .CompletionItemKind .Snippet ,
3283
3283
textEdit = {
3284
3284
start = 12 ,
3285
3285
finish = 17 ,
@@ -3301,7 +3301,7 @@ xx@xpcall<??>
3301
3301
{
3302
3302
[1 ] = {
3303
3303
label = ' xpcall' ,
3304
- kind = define .CompletionItemKind .Event ,
3304
+ kind = define .CompletionItemKind .Snippet ,
3305
3305
textEdit = {
3306
3306
start = 3 ,
3307
3307
finish = 9 ,
@@ -3323,7 +3323,7 @@ xx()@xpcall<??>
3323
3323
{
3324
3324
[1 ] = {
3325
3325
label = ' xpcall' ,
3326
- kind = define .CompletionItemKind .Event ,
3326
+ kind = define .CompletionItemKind .Snippet ,
3327
3327
textEdit = {
3328
3328
start = 5 ,
3329
3329
finish = 11 ,
@@ -3345,7 +3345,7 @@ xx(1, 2, 3)@xpcall<??>
3345
3345
{
3346
3346
[1 ] = {
3347
3347
label = ' xpcall' ,
3348
- kind = define .CompletionItemKind .Event ,
3348
+ kind = define .CompletionItemKind .Snippet ,
3349
3349
textEdit = {
3350
3350
start = 12 ,
3351
3351
finish = 18 ,
@@ -3367,7 +3367,7 @@ xx@function<??>
3367
3367
{
3368
3368
[1 ] = {
3369
3369
label = ' function' ,
3370
- kind = define .CompletionItemKind .Event ,
3370
+ kind = define .CompletionItemKind .Snippet ,
3371
3371
textEdit = {
3372
3372
start = 3 ,
3373
3373
finish = 11 ,
@@ -3389,7 +3389,7 @@ xx.yy@method<??>
3389
3389
{
3390
3390
[1 ] = {
3391
3391
label = ' method' ,
3392
- kind = define .CompletionItemKind .Event ,
3392
+ kind = define .CompletionItemKind .Snippet ,
3393
3393
textEdit = {
3394
3394
start = 6 ,
3395
3395
finish = 12 ,
@@ -3411,7 +3411,7 @@ xx:yy@method<??>
3411
3411
{
3412
3412
[1 ] = {
3413
3413
label = ' method' ,
3414
- kind = define .CompletionItemKind .Event ,
3414
+ kind = define .CompletionItemKind .Snippet ,
3415
3415
textEdit = {
3416
3416
start = 6 ,
3417
3417
finish = 12 ,
@@ -3433,7 +3433,7 @@ xx@insert<??>
3433
3433
{
3434
3434
[1 ] = {
3435
3435
label = ' insert' ,
3436
- kind = define .CompletionItemKind .Event ,
3436
+ kind = define .CompletionItemKind .Snippet ,
3437
3437
textEdit = {
3438
3438
start = 3 ,
3439
3439
finish = 9 ,
@@ -3455,7 +3455,7 @@ xx++<??>
3455
3455
{
3456
3456
[1 ] = {
3457
3457
label = ' ++' ,
3458
- kind = define .CompletionItemKind .Event ,
3458
+ kind = define .CompletionItemKind .Snippet ,
3459
3459
textEdit = {
3460
3460
start = 2 ,
3461
3461
finish = 4 ,
@@ -3471,7 +3471,7 @@ xx++<??>
3471
3471
},
3472
3472
[2 ] = {
3473
3473
label = ' ++?' ,
3474
- kind = define .CompletionItemKind .Event ,
3474
+ kind = define .CompletionItemKind .Snippet ,
3475
3475
textEdit = {
3476
3476
start = 2 ,
3477
3477
finish = 4 ,
@@ -3495,7 +3495,7 @@ end)
3495
3495
{
3496
3496
[1 ] = {
3497
3497
label = ' xpcall' ,
3498
- kind = define .CompletionItemKind .Event ,
3498
+ kind = define .CompletionItemKind .Snippet ,
3499
3499
textEdit = {
3500
3500
start = 10007 ,
3501
3501
finish = 10013 ,
0 commit comments