lapce/cargo_config
Soc Virnyl Estela 4dc4dd5efb - 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

OBS-URL: https://build.opensuse.org/package/show/editors/lapce?expand=0&rev=11
2022-07-15 14:40:12 +00:00

114 lines
3.7 KiB
Plaintext

[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"
replace-with = "vendored-sources"
[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"]
git = "https://github.com/elixir-lang/tree-sitter-elixir.git"
replace-with = "vendored-sources"
[source."https://github.com/lapce/druid"]
git = "https://github.com/lapce/druid"
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."https://github.com/lapce/font-kit"]
git = "https://github.com/lapce/font-kit"
replace-with = "vendored-sources"
[source."https://github.com/lapce/fount"]
git = "https://github.com/lapce/fount"
replace-with = "vendored-sources"
[source."https://github.com/lapce/parley"]
git = "https://github.com/lapce/parley"
replace-with = "vendored-sources"
[source."https://github.com/lapce/piet-wgpu"]
git = "https://github.com/lapce/piet-wgpu"
branch = "shell_opengl"
replace-with = "vendored-sources"
[source."https://github.com/lapce/structdesc"]
git = "https://github.com/lapce/structdesc"
replace-with = "vendored-sources"
[source."https://github.com/lapce/swash"]
git = "https://github.com/lapce/swash"
replace-with = "vendored-sources"
[source."https://github.com/lapce/xi-editor"]
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"