diff --git a/_service b/_service index dca2856..adc9e59 100644 --- a/_service +++ b/_service @@ -1,10 +1,9 @@ https://github.com/lapce/lapce - @PARENT_TAG@~@TAG_OFFSET@ + @PARENT_TAG@ git - v0.1.2 - * + f8e45ae v(\d+\.\d+\.\d+) \1 enable @@ -13,12 +12,12 @@ *.tar - xz + gz lapce - xz + gz true diff --git a/cargo_config b/cargo_config index a8380b2..dc1f40e 100644 --- a/cargo_config +++ b/cargo_config @@ -6,8 +6,30 @@ git = "https://github.com/Liberatys/tree-sitter-ruby.git" branch = "chore/allow-range-of-tree-sitter" replace-with = "vendored-sources" -[source."https://github.com/MDeiml/tree-sitter-markdown.git"] -git = "https://github.com/MDeiml/tree-sitter-markdown.git" +[source."https://github.com/VarLad/tree-sitter-julia"] +git = "https://github.com/VarLad/tree-sitter-julia" +branch = "master" +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" + +[source."https://github.com/VixieTSQ/tree-sitter-scss"] +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"] @@ -48,13 +70,45 @@ replace-with = "vendored-sources" git = "https://github.com/lapce/xi-editor" 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-yaml"] +git = "https://github.com/panekj/tree-sitter-yaml" +branch = "master" +replace-with = "vendored-sources" + +[source."https://github.com/syntacti/tree-sitter-bash"] +git = "https://github.com/syntacti/tree-sitter-bash" +branch = "master" +replace-with = "vendored-sources" + +[source."https://github.com/syntacti/tree-sitter-css"] +git = "https://github.com/syntacti/tree-sitter-css" +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" + [source."https://github.com/tree-sitter/tree-sitter-java.git"] git = "https://github.com/tree-sitter/tree-sitter-java.git" 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" + [source."https://github.com/tree-sitter/tree-sitter-php.git"] git = "https://github.com/tree-sitter/tree-sitter-php.git" replace-with = "vendored-sources" +[source."https://github.com/tree-sitter/tree-sitter-ql"] +git = "https://github.com/tree-sitter/tree-sitter-ql" +replace-with = "vendored-sources" + [source.vendored-sources] directory = "vendor" \ No newline at end of file diff --git a/lapce-0.1.2~0.tar.xz b/lapce-0.1.2~0.tar.xz deleted file mode 100644 index a15bc87..0000000 --- a/lapce-0.1.2~0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361075e566e8a5944b165b70ff947a4e823e28a77422e20f6bfc5894407d4be9 -size 1611336 diff --git a/lapce-0.1.3.tar.gz b/lapce-0.1.3.tar.gz new file mode 100644 index 0000000..2e556a9 --- /dev/null +++ b/lapce-0.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67486bafdfc09fec59da0b051afe6421a89b77797540bf7cec230f8e3dc0eb4 +size 1819242 diff --git a/lapce.changes b/lapce.changes index bc01b78..3d20b25 100644 --- a/lapce.changes +++ b/lapce.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 15 14:19:28 UTC 2022 - socvirnyl.estela@gmail.com + +- Update to version 0.1.3: + * bump version + * fix: don't panic on empty active_tab + * change release title to be tag name + * fix: set window minimal size + * Add tree-sitter Julia support + * only set lanaguge when executed + * make status line items clickable + * move the place to get semantic tokens + ------------------------------------------------------------------- Fri Jun 17 12:27:37 UTC 2022 - Martin Sirringhaus diff --git a/lapce.spec b/lapce.spec index db9fec5..9b5c0e6 100644 --- a/lapce.spec +++ b/lapce.spec @@ -17,14 +17,14 @@ Name: lapce -Version: 0.1.2~0 +Version: 0.1.3 Release: 0 Summary: Lightning-fast and Powerful Code Editor written in Rust URL: https://github.com/lapce/lapce License: (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND MIT AND (Artistic-2.0 OR CC0-1.0) AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND CC0-1.0 AND ISC AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND MPL-2.0+ AND Zlib AND zlib-acknowledgement AND Apache-2.0 Group: Productivity/Text/Editors -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: %{name}-%{version}.tar.gz +Source1: vendor.tar.gz Source2: cargo_config Source3: lapce.desktop Source4: lapce.sh diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..d1d43ba --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d110f2bbac55e84c4753b213772dd21621cc0c9d4100fd61d5036b1b65dd09a2 +size 101277910 diff --git a/vendor.tar.xz b/vendor.tar.xz deleted file mode 100644 index fa985da..0000000 --- a/vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c206f6ef796d6038da85b07caa8bd619997277076972dd000f7e75d665e70ff -size 51582204