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": "",
"categories": [],
"extensionPack": [],
"dependencies": {
"monaco-editor": "^0.36.1"
},
"publisher": "NQNStudios",
"contributes": {
"keybindings": [
@@ -45,8 +48,5 @@
},
"version": "0.0.0",
"activationEvents": [],
"displayName": "",
"dependencies": {
"monaco-editor": "^0.36.1"
}
"displayName": ""
}

View File

@@ -12,6 +12,8 @@
(context.subscriptions.push
(KTxt2EditorProvider.register context))
(load "conversions/FountainToHollywoo.kiss")
// Add your extension's commands here with (defCommand <...>):
(load "Commands.kiss")
// Add your extension's configuration here with (defConfiguration <...>):