Skip to content

Commit 3a45226

Browse files
committed
update completions
1 parent 6a3088b commit 3a45226

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/completions.js

+6
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,12 @@ export default function customCompletions(context) {
473473
apply: "setfps(",
474474
detail: "(value)",
475475
},
476+
{
477+
label: "quit",
478+
type: "function",
479+
apply: "quit()",
480+
detail: "shutdown a Litecanvas' instance",
481+
},
476482

477483
// asset loader plugin
478484
{

0 commit comments

Comments
 (0)