[gnome-builder] plugins/blueprint: add settings.json



commit abf43a299ffc2fd450f9aa2ee3fdfbfd819a5ee9
Author: Christian Hergert <chergert redhat com>
Date:   Fri Oct 14 12:57:08 2022 -0500

    plugins/blueprint: add settings.json
    
    Just so we are consistent and have these available to work with.

 src/plugins/blueprint/blueprint.gresource.xml | 1 +
 src/plugins/blueprint/blueprint.plugin        | 1 +
 src/plugins/blueprint/settings.json           | 4 ++++
 3 files changed, 6 insertions(+)
---
diff --git a/src/plugins/blueprint/blueprint.gresource.xml b/src/plugins/blueprint/blueprint.gresource.xml
index d78f4b8cf..e89722853 100644
--- a/src/plugins/blueprint/blueprint.gresource.xml
+++ b/src/plugins/blueprint/blueprint.gresource.xml
@@ -2,6 +2,7 @@
 <gresources>
   <gresource prefix="/plugins/blueprint">
     <file>blueprint.plugin</file>
+    <file>settings.json</file>
   </gresource>
   <gresource prefix="/org/gnome/builder/gtksourceview/language-specs">
     <file>blueprint.lang</file>
diff --git a/src/plugins/blueprint/blueprint.plugin b/src/plugins/blueprint/blueprint.plugin
index ccdc53c69..fa6768a08 100644
--- a/src/plugins/blueprint/blueprint.plugin
+++ b/src/plugins/blueprint/blueprint.plugin
@@ -12,3 +12,4 @@ X-Diagnostic-Provider-Languages=blueprint
 X-Hover-Provider-Languages=blueprint
 X-LSP-Command=blueprint-compiler lsp
 X-LSP-Languages=blueprint
+X-LSP-Settings=settings.json
diff --git a/src/plugins/blueprint/settings.json b/src/plugins/blueprint/settings.json
new file mode 100644
index 000000000..7036ddc86
--- /dev/null
+++ b/src/plugins/blueprint/settings.json
@@ -0,0 +1,4 @@
+{
+    "blueprint" : {
+    }
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]