-
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.
Revert "Merge pull request #141 from EricCrosson/dependabot/submodule…
…s/helix-aa4394c" This reverts commit 34c977b, reversing changes made to 651b239. Need to wait until helix-editor/helix#3301 lands to fix TypeScript syntax highlighting.
- Loading branch information
1 parent
34c977b
commit 4e67e33
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule helix
updated
19 files
+5 −8 | .github/workflows/release.yml | |
+14 −14 | Cargo.lock | |
+1 −1 | helix-core/Cargo.toml | |
+7 −17 | helix-loader/src/grammar.rs | |
+1 −1 | helix-term/Cargo.toml | |
+1 −2 | helix-term/build.rs | |
+1 −1 | helix-term/src/application.rs | |
+1 −1 | helix-term/src/main.rs | |
+1 −1 | helix-view/Cargo.toml | |
+12 −0 | runtime/queries/javascript/highlights-params.scm | |
+0 −37 | runtime/queries/javascript/highlights.scm | |
+1 −7 | runtime/queries/javascript/locals.scm | |
+1 −8 | runtime/queries/python/highlights.scm | |
+0 −44 | runtime/queries/python/locals.scm | |
+93 −0 | runtime/themes/catppuccin.toml | |
+0 −137 | runtime/themes/catppuccin_frappe.toml | |
+0 −137 | runtime/themes/catppuccin_latte.toml | |
+0 −137 | runtime/themes/catppuccin_macchiato.toml | |
+0 −137 | runtime/themes/catppuccin_mocha.toml |