1
0

Javascript and Typescript highlighting

This commit is contained in:
Zef Hemel
2022-04-24 18:06:34 +02:00
parent a2cb2727d2
commit 6a10cbd9b7
21 changed files with 229 additions and 744 deletions
@@ -5,6 +5,10 @@ export function getCurrentPage(): Promise<string> {
return syscall("editor.getCurrentPage");
}
export function setPage(newName: string): Promise<void> {
return syscall("editor.setPage", newName);
}
export function getText(): Promise<string> {
return syscall("editor.getText");
}