chore(deps): bump tree-sitter-highlight from 0.26.8 to 0.26.9 (#1295)
* chore(deps): bump tree-sitter-highlight from 0.26.8 to 0.26.9 Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.26.8 to 0.26.9. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.26.8...v0.26.9) --- updated-dependencies: - dependency-name: tree-sitter-highlight dependency-version: 0.26.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: refresh generated walkthrough * ci: allow Ratatui product name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: titus <contact@christitus.com>
This commit is contained in:
Generated
+4
-4
@@ -2293,9 +2293,9 @@ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
|
||||
|
||||
[[package]]
|
||||
name = "tree-sitter"
|
||||
version = "0.26.8"
|
||||
version = "0.26.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
|
||||
checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"regex",
|
||||
@@ -2317,9 +2317,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tree-sitter-highlight"
|
||||
version = "0.26.8"
|
||||
version = "0.26.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ccde2b54a34b58313e69c02496a2a9ad38d59af79b196b5e1df063431752a7e0"
|
||||
checksum = "f4fbfa3f35520ff730da507e2c9a526a98156f417e0008c73de873741d7e4ecc"
|
||||
dependencies = [
|
||||
"regex",
|
||||
"streaming-iterator",
|
||||
|
||||
+1
-1
@@ -3,5 +3,5 @@ extend-exclude = ["tui/cool_tips.txt"]
|
||||
|
||||
[default]
|
||||
extend-ignore-identifiers-re = [
|
||||
"ratatui",
|
||||
"(?i)ratatui",
|
||||
]
|
||||
|
||||
@@ -92,6 +92,10 @@ https://github.com/ChrisTitusTech/neovim
|
||||
### Emulators
|
||||
|
||||
|
||||
### Multi-System Emulators
|
||||
|
||||
- **RetroArch Game Emulator**: Frontend for emulators, game engines and media players. NO Games or Bios' are included
|
||||
|
||||
### Nintendo Emulators
|
||||
|
||||
- **bsnes**: Super Nintendo Emulator. NO Games are included
|
||||
@@ -166,9 +170,9 @@ This command installs and configures DWM and a desktop manager.
|
||||
The list of patches applied can be found in CTT's DWM repository
|
||||
https://github.com/ChrisTitusTech/dwm-titus
|
||||
- **Hyprland JaKooLit**: Install JaKooLit's Hyprland configuration
|
||||
- **Install CachyOS Repository and Kernel**: To deliver a performance-optimized distribution, CachyOS recompiles Arch Linux packages specifically for the x86-64-v3, x86-64-v4, and Zen4+ architectures.
|
||||
- **Install Chaotic-AUR Repository**: Chaotic-AUR provides prebuilt binaries for popular AUR packages, saving compilation time. To know more visit: https://aur.chaotic.cx/
|
||||
- **Linux Neptune for SteamDeck**: Valve's fork of Linux Kernel for the SteamDeck
|
||||
- **Install CachyOS Repository and Kernel**: To deliver a performance-optimized distribution, CachyOS recompiles Arch Linux packages specifically for the x86-64-v3, x86-64-v4, and Zen4+ architectures.
|
||||
- **Nvidia Drivers & Hardware Acceleration**: This script installs and configures nvidia drivers with Hardware Acceleration.
|
||||
- **Omarchy Rice by DHH**: Simplified Hyprland configuration by DHH the ruby on rails dude.
|
||||
- **Paru AUR Helper**: Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction. To know more about AUR helpers visit: https://wiki.archlinux.org/title/AUR_helpers
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ ratatui = { version = "0.30.0", features = ["crossterm"], default-features = fal
|
||||
ratatui-image = { version = "11.0.2", default-features = false, features = ["crossterm", "image-defaults"] }
|
||||
time = { version = "0.3.47", features = ["formatting", "local-offset", "macros"], default-features = false }
|
||||
tree-sitter-bash = "0.25.1"
|
||||
tree-sitter-highlight = "0.26.8"
|
||||
tree-sitter-highlight = "0.26.9"
|
||||
tui-term = { version = "0.3.4", default-features = false }
|
||||
unicode-width = { version = "0.2.0", default-features = false }
|
||||
vt100-ctt = "0.17.1"
|
||||
|
||||
Reference in New Issue
Block a user