initial commit

This commit is contained in:
2025-03-08 19:29:14 +01:00
parent 18bfd99401
commit 1c66feaa2a
323 changed files with 20550 additions and 1 deletions

View File

@@ -0,0 +1,38 @@
[
{
"mnemonic": "n",
"caption": "Preferences",
"id": "preferences",
"children": [
{
"mnemonic": "P",
"caption": "Package Settings",
"id": "package-settings",
"children": [
{
"caption": "Pretty YAML Node",
"children": [
{
"caption": "Settings Default",
"args": {
"file": "${packages}/PrettyYAMLnode/Pretty YAML Node.sublime-settings"
},
"command": "open_file"
},
{
"caption": "Settings User",
"args": {
"file": "${packages}/User/Pretty YAML Node.sublime-settings"
},
"command": "open_file"
},
{
"caption": "-"
}
]
}
]
}
]
}
]