qlue-ls 2.2.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,6 +43,7 @@ See [LSP Extensions](https://docs.qlue-ls.com/07_lsp_extensions/) for more.
43
43
 
44
44
  - Auto-formats SPARQL queries for consistency and readability
45
45
  - Fully customizable to match your preferred coding style
46
+ - On-type formatting: pressing Enter after `;` in a triple pattern auto-indents to the predicate column
46
47
 
47
48
  <div align="left">
48
49
  <p>https://github.com/user-attachments/assets/9d80ae33-8ff0-4bdd-8a9d-fb95a632673e</p>
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Ioannis Nezis <ioannis@nezis.de>"
6
6
  ],
7
7
  "description": "A language server for SPARQL",
8
- "version": "2.2.1",
8
+ "version": "2.3.0",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/qlue_ls.js CHANGED
@@ -417,7 +417,7 @@ function __wbg_get_imports() {
417
417
  return ret;
418
418
  },
419
419
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
420
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1227, function: Function { arguments: [Externref], shim_idx: 1228, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
420
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1228, function: Function { arguments: [Externref], shim_idx: 1229, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
421
421
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8be2313e8adba0b1___closure__destroy___dyn_core_b03932f25916e09f___ops__function__FnMut__wasm_bindgen_8be2313e8adba0b1___JsValue____Output_______, wasm_bindgen_8be2313e8adba0b1___convert__closures_____invoke___wasm_bindgen_8be2313e8adba0b1___JsValue_____);
422
422
  return ret;
423
423
  },
package/qlue_ls_bg.wasm CHANGED
Binary file