feat: Add LSP Format command

This commit is contained in:
2026-07-05 23:36:09 -04:00
parent dec9313362
commit 4bfd1c8645
+4
View File
@@ -6,5 +6,9 @@
"base_file": "${packages}/LSP-prolog/LSP-prolog.sublime-settings", "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" "default": "// Settings in here override those in \"LSP-prolog/LSP-prolog.sublime-settings\"\n\n{\n\t$0\n}\n"
} }
},
{
"caption": "LSP-prolog: Format Document",
"command": "lsp_format_document"
} }
] ]