|
67 | 67 | { |
68 | 68 | "language": "kickass", |
69 | 69 | "scopes": { |
70 | | - "mnemonic": ["entity.name.function"], |
71 | | - "directive": ["keyword.control"], |
72 | | - "preprocessor": ["keyword.control.directive"], |
73 | | - "macro": ["entity.name.function.macro"], |
74 | | - "pseudocommand": ["support.function"], |
75 | | - "function": ["entity.name.function"], |
76 | | - "label": ["entity.name.label"], |
77 | | - "number": ["constant.numeric"], |
78 | | - "variable": ["variable"] |
| 70 | + "mnemonic": [ |
| 71 | + "entity.name.function" |
| 72 | + ], |
| 73 | + "directive": [ |
| 74 | + "keyword.control" |
| 75 | + ], |
| 76 | + "preprocessor": [ |
| 77 | + "keyword.control.directive" |
| 78 | + ], |
| 79 | + "macro": [ |
| 80 | + "entity.name.function.macro" |
| 81 | + ], |
| 82 | + "pseudocommand": [ |
| 83 | + "support.function" |
| 84 | + ], |
| 85 | + "function": [ |
| 86 | + "entity.name.function" |
| 87 | + ], |
| 88 | + "label": [ |
| 89 | + "entity.name.label" |
| 90 | + ], |
| 91 | + "number": [ |
| 92 | + "constant.numeric" |
| 93 | + ], |
| 94 | + "variable": [ |
| 95 | + "variable" |
| 96 | + ] |
79 | 97 | } |
80 | 98 | } |
81 | 99 | ], |
|
442 | 460 | ], |
443 | 461 | "menus": { |
444 | 462 | "commandPalette": [ |
445 | | - { "command": "c64u.uploadAndRun", "when": "c64u.enabled" }, |
446 | | - { "command": "c64u.fileBrowser", "when": "c64u.enabled" }, |
447 | | - { "command": "c64u.machineControl", "when": "c64u.enabled" }, |
448 | | - { "command": "c64u.upload", "when": "c64u.enabled" }, |
449 | | - { "command": "c64u.download", "when": "c64u.enabled" }, |
450 | | - { "command": "c64u.mkdir", "when": "c64u.enabled" }, |
451 | | - { "command": "c64u.remove", "when": "c64u.enabled" }, |
452 | | - { "command": "c64u.move", "when": "c64u.enabled" }, |
453 | | - { "command": "c64u.copy", "when": "c64u.enabled" }, |
454 | | - { "command": "c64u.list", "when": "c64u.enabled" }, |
455 | | - { "command": "c64u.fileInfo", "when": "c64u.enabled" }, |
456 | | - { "command": "c64u.treeview.refresh", "when": "false" }, |
457 | | - { "command": "c64u.treeview.navigate", "when": "false" }, |
458 | | - { "command": "c64u.treeview.delete", "when": "false" }, |
459 | | - { "command": "c64u.treeview.rename", "when": "false" }, |
460 | | - { "command": "c64u.treeview.copy", "when": "false" }, |
461 | | - { "command": "c64u.treeview.createDir", "when": "false" }, |
462 | | - { "command": "c64u.treeview.createDisk", "when": "false" }, |
463 | | - { "command": "c64u.treeview.mount", "when": "false" }, |
464 | | - { "command": "c64u.treeview.unmount", "when": "false" }, |
465 | | - { "command": "c64u.treeview.download", "when": "false" }, |
466 | | - { "command": "c64u.treeview.upload", "when": "false" }, |
467 | | - { "command": "c64u.treeview.runPrg", "when": "false" }, |
468 | | - { "command": "c64u.treeview.openFile", "when": "false" } |
| 463 | + { |
| 464 | + "command": "c64u.uploadAndRun", |
| 465 | + "when": "c64u.enabled" |
| 466 | + }, |
| 467 | + { |
| 468 | + "command": "c64u.fileBrowser", |
| 469 | + "when": "c64u.enabled" |
| 470 | + }, |
| 471 | + { |
| 472 | + "command": "c64u.machineControl", |
| 473 | + "when": "c64u.enabled" |
| 474 | + }, |
| 475 | + { |
| 476 | + "command": "c64u.upload", |
| 477 | + "when": "c64u.enabled" |
| 478 | + }, |
| 479 | + { |
| 480 | + "command": "c64u.download", |
| 481 | + "when": "c64u.enabled" |
| 482 | + }, |
| 483 | + { |
| 484 | + "command": "c64u.mkdir", |
| 485 | + "when": "c64u.enabled" |
| 486 | + }, |
| 487 | + { |
| 488 | + "command": "c64u.remove", |
| 489 | + "when": "c64u.enabled" |
| 490 | + }, |
| 491 | + { |
| 492 | + "command": "c64u.move", |
| 493 | + "when": "c64u.enabled" |
| 494 | + }, |
| 495 | + { |
| 496 | + "command": "c64u.copy", |
| 497 | + "when": "c64u.enabled" |
| 498 | + }, |
| 499 | + { |
| 500 | + "command": "c64u.list", |
| 501 | + "when": "c64u.enabled" |
| 502 | + }, |
| 503 | + { |
| 504 | + "command": "c64u.fileInfo", |
| 505 | + "when": "c64u.enabled" |
| 506 | + }, |
| 507 | + { |
| 508 | + "command": "c64u.treeview.refresh", |
| 509 | + "when": "false" |
| 510 | + }, |
| 511 | + { |
| 512 | + "command": "c64u.treeview.navigate", |
| 513 | + "when": "false" |
| 514 | + }, |
| 515 | + { |
| 516 | + "command": "c64u.treeview.delete", |
| 517 | + "when": "false" |
| 518 | + }, |
| 519 | + { |
| 520 | + "command": "c64u.treeview.rename", |
| 521 | + "when": "false" |
| 522 | + }, |
| 523 | + { |
| 524 | + "command": "c64u.treeview.copy", |
| 525 | + "when": "false" |
| 526 | + }, |
| 527 | + { |
| 528 | + "command": "c64u.treeview.createDir", |
| 529 | + "when": "false" |
| 530 | + }, |
| 531 | + { |
| 532 | + "command": "c64u.treeview.createDisk", |
| 533 | + "when": "false" |
| 534 | + }, |
| 535 | + { |
| 536 | + "command": "c64u.treeview.mount", |
| 537 | + "when": "false" |
| 538 | + }, |
| 539 | + { |
| 540 | + "command": "c64u.treeview.unmount", |
| 541 | + "when": "false" |
| 542 | + }, |
| 543 | + { |
| 544 | + "command": "c64u.treeview.download", |
| 545 | + "when": "false" |
| 546 | + }, |
| 547 | + { |
| 548 | + "command": "c64u.treeview.upload", |
| 549 | + "when": "false" |
| 550 | + }, |
| 551 | + { |
| 552 | + "command": "c64u.treeview.runPrg", |
| 553 | + "when": "false" |
| 554 | + }, |
| 555 | + { |
| 556 | + "command": "c64u.treeview.openFile", |
| 557 | + "when": "false" |
| 558 | + } |
469 | 559 | ], |
470 | 560 | "view/title": [ |
471 | 561 | { |
|
0 commit comments