Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"id": "preferences",
|
||||
"children": [
|
||||
{
|
||||
"caption": "Package Settings",
|
||||
"mnemonic": "P",
|
||||
"id": "package-settings",
|
||||
"children": [
|
||||
{
|
||||
"caption": "LSP",
|
||||
"id": "lsp-settings",
|
||||
"children": [
|
||||
{
|
||||
"caption": "Servers",
|
||||
"id": "lsp-servers",
|
||||
"children": [
|
||||
{
|
||||
"caption": "LSP-prolog",
|
||||
"command": "edit_settings",
|
||||
"args": {
|
||||
"base_file": "${packages}/LSP-prolog/LSP-prolog.sublime-settings",
|
||||
"default": "// Settings in here override those in \"LSP-prolog/LSP-prolog.sublime-settings\"\n\n{\n\t$0\n}\n"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user