ktxt2 fountain to hollywoo conversions

This commit is contained in:
2023-03-19 12:19:08 -06:00
parent 7403212ecb
commit 996bc3ee2f
3 changed files with 8 additions and 6 deletions

View File

@@ -9,6 +9,9 @@
"homepage": "", "homepage": "",
"categories": [], "categories": [],
"extensionPack": [], "extensionPack": [],
"dependencies": {
"monaco-editor": "^0.36.1"
},
"publisher": "NQNStudios", "publisher": "NQNStudios",
"contributes": { "contributes": {
"keybindings": [ "keybindings": [
@@ -45,8 +48,5 @@
}, },
"version": "0.0.0", "version": "0.0.0",
"activationEvents": [], "activationEvents": [],
"displayName": "", "displayName": ""
"dependencies": { }
"monaco-editor": "^0.36.1"
}
}

View File

@@ -10,7 +10,9 @@
(printThroughInfoMessage) (printThroughInfoMessage)
(context.subscriptions.push (context.subscriptions.push
(KTxt2EditorProvider.register context)) (KTxt2EditorProvider.register context))
(load "conversions/FountainToHollywoo.kiss")
// Add your extension's commands here with (defCommand <...>): // Add your extension's commands here with (defCommand <...>):
(load "Commands.kiss") (load "Commands.kiss")