forked from pool/lapce
- Update to version 0.2.0+git321:
* global search box style change * Plugin settings load fix (#1473) * feat(search): add case sensitive search ui button (#1441) * fix: canonicalize paths (#1469) * Delete scratch_docs when deleting scratch documents (#1465) * Create PULL_REQUEST_TEMPLATE.md * Plugin Settings (#1449) * Refactor mouse_up handling into a function to keep the code consistent (#1464) * Rewritten a loop-based variable to the more idiomatic iterator-based implementation (#1463) * feat: allow custom codesign identity (#1457) OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=32
This commit is contained in:
committed by
Git OBS Bridge
parent
76266f3156
commit
98684860e0
16
_service
16
_service
@@ -1,4 +1,20 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/lapce/lapce</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">d5560f8f326c8a8d95d434830ad4dbadec0a24f7</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">lapce</param>
|
||||
<param name="compression">gz</param>
|
||||
|
78
cargo_config
78
cargo_config
@@ -1,19 +1,25 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/Liberatys/tree-sitter-ruby.git"]
|
||||
git = "https://github.com/Liberatys/tree-sitter-ruby.git"
|
||||
branch = "chore/allow-range-of-tree-sitter"
|
||||
[source."https://github.com/6cdh/tree-sitter-scheme.git"]
|
||||
git = "https://github.com/6cdh/tree-sitter-scheme.git"
|
||||
branch = "main"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/Himujjal/tree-sitter-svelte"]
|
||||
git = "https://github.com/Himujjal/tree-sitter-svelte"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/MDeiml/tree-sitter-markdown.git"]
|
||||
git = "https://github.com/MDeiml/tree-sitter-markdown.git"
|
||||
branch = "split_parser"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-glimmer"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-glimmer"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-haxe"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-haxe"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/VixieTSQ/tree-sitter-hcl"]
|
||||
git = "https://github.com/VixieTSQ/tree-sitter-hcl"
|
||||
replace-with = "vendored-sources"
|
||||
@@ -23,14 +29,15 @@ git = "https://github.com/VixieTSQ/tree-sitter-scss"
|
||||
branch = "patch-1"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/dzhou121/tree-sitter-markdown.git"]
|
||||
git = "https://github.com/dzhou121/tree-sitter-markdown.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/elixir-lang/tree-sitter-elixir.git"]
|
||||
git = "https://github.com/elixir-lang/tree-sitter-elixir.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/fwcd/tree-sitter-kotlin"]
|
||||
git = "https://github.com/fwcd/tree-sitter-kotlin"
|
||||
branch = "main"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/lapce/druid"]
|
||||
git = "https://github.com/lapce/druid"
|
||||
branch = "shell_opengl"
|
||||
@@ -73,11 +80,26 @@ replace-with = "vendored-sources"
|
||||
git = "https://github.com/lapce/xi-editor"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/latex-lsp/tree-sitter-latex"]
|
||||
git = "https://github.com/latex-lsp/tree-sitter-latex"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/maxxnino/tree-sitter-zig"]
|
||||
git = "https://github.com/maxxnino/tree-sitter-zig"
|
||||
branch = "main"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/panekj/tree-sitter-dockerfile"]
|
||||
git = "https://github.com/panekj/tree-sitter-dockerfile"
|
||||
branch = "queries"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/panekj/tree-sitter-nix"]
|
||||
git = "https://github.com/panekj/tree-sitter-nix"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/panekj/tree-sitter-yaml"]
|
||||
git = "https://github.com/panekj/tree-sitter-yaml"
|
||||
branch = "master"
|
||||
@@ -93,11 +115,31 @@ git = "https://github.com/syntacti/tree-sitter-css"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/syntacti/tree-sitter-d"]
|
||||
git = "https://github.com/syntacti/tree-sitter-d"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/syntacti/tree-sitter-dart"]
|
||||
git = "https://github.com/syntacti/tree-sitter-dart"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/syntacti/tree-sitter-lua"]
|
||||
git = "https://github.com/syntacti/tree-sitter-lua"
|
||||
branch = "main"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/szebniok/tree-sitter-wgsl"]
|
||||
git = "https://github.com/szebniok/tree-sitter-wgsl"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-c-sharp"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-c-sharp"
|
||||
branch = "master"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-haskell"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-haskell"
|
||||
replace-with = "vendored-sources"
|
||||
@@ -106,6 +148,11 @@ replace-with = "vendored-sources"
|
||||
git = "https://github.com/tree-sitter/tree-sitter-java.git"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-json.git"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-json.git"
|
||||
rev = "11e2cc12d9b267766fb11a06e52952792fd8e3f0"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-ocaml"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-ocaml"
|
||||
replace-with = "vendored-sources"
|
||||
@@ -118,6 +165,15 @@ replace-with = "vendored-sources"
|
||||
git = "https://github.com/tree-sitter/tree-sitter-ql"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/tree-sitter/tree-sitter-ruby.git"]
|
||||
git = "https://github.com/tree-sitter/tree-sitter-ruby.git"
|
||||
rev = "656abef"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/vantreeseba/tree-sitter-haxe"]
|
||||
git = "https://github.com/vantreeseba/tree-sitter-haxe"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/varlad/tree-sitter-julia"]
|
||||
git = "https://github.com/varlad/tree-sitter-julia"
|
||||
branch = "master"
|
||||
|
3
lapce-0.2.0+git321.tar.gz
Normal file
3
lapce-0.2.0+git321.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cf33032554183a97495a5363ed6a0a56dbbf91743d9d85ee26213a9f099b7a2
|
||||
size 8212480
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:163102244c6586530bc0f0736219d38a44797b2a6d97ad37d5f6553ffc8f1a04
|
||||
size 1852451
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 12:38:56 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 0.2.0+git321:
|
||||
* global search box style change
|
||||
* Plugin settings load fix (#1473)
|
||||
* feat(search): add case sensitive search ui button (#1441)
|
||||
* fix: canonicalize paths (#1469)
|
||||
* Delete scratch_docs when deleting scratch documents (#1465)
|
||||
* Create PULL_REQUEST_TEMPLATE.md
|
||||
* Plugin Settings (#1449)
|
||||
* Refactor mouse_up handling into a function to keep the code consistent (#1464)
|
||||
* Rewritten a loop-based variable to the more idiomatic iterator-based implementation (#1463)
|
||||
* feat: allow custom codesign identity (#1457)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 04:59:38 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: lapce
|
||||
Version: 0.2.0
|
||||
Version: 0.2.0+git321
|
||||
Release: 0
|
||||
Summary: Lightning-fast and Powerful Code Editor written in Rust
|
||||
URL: https://github.com/lapce/lapce
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e6684d2d0e0d9406470ae54cd3f21e0ed6cb8639dff3ee43291d594309dc99b
|
||||
size 97940314
|
||||
oid sha256:7f404b12f0190536662c8fe815efff21b4954f2f0dfd171a2670e3f977bd0431
|
||||
size 104579684
|
||||
|
Reference in New Issue
Block a user