Initial commit

This commit is contained in:
2026-07-05 23:22:38 -04:00
commit dec9313362
9 changed files with 161 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[
{
"caption": "Preferences: LSP-prolog Settings",
"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"
}
}
]