-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from EricCrosson/dependabot/submodules/helix-…
…aa4394c chore(deps): bump helix from `07019c3` to `aa4394c`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule helix
updated
19 files
+8 −5 | .github/workflows/release.yml | |
+14 −14 | Cargo.lock | |
+1 −1 | helix-core/Cargo.toml | |
+17 −7 | helix-loader/src/grammar.rs | |
+1 −1 | helix-term/Cargo.toml | |
+2 −1 | helix-term/build.rs | |
+1 −1 | helix-term/src/application.rs | |
+1 −1 | helix-term/src/main.rs | |
+1 −1 | helix-view/Cargo.toml | |
+0 −12 | runtime/queries/javascript/highlights-params.scm | |
+37 −0 | runtime/queries/javascript/highlights.scm | |
+7 −1 | runtime/queries/javascript/locals.scm | |
+8 −1 | runtime/queries/python/highlights.scm | |
+44 −0 | runtime/queries/python/locals.scm | |
+0 −93 | runtime/themes/catppuccin.toml | |
+137 −0 | runtime/themes/catppuccin_frappe.toml | |
+137 −0 | runtime/themes/catppuccin_latte.toml | |
+137 −0 | runtime/themes/catppuccin_macchiato.toml | |
+137 −0 | runtime/themes/catppuccin_mocha.toml |