mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #317] [MERGED] fix: Normalize file path for tree-sitter language loading #1228
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/317
Author: @Hona
Created: 11/15/2025
Status: ✅ Merged
Merged: 11/15/2025
Merged by: @kommander
Base:
main← Head:fix/windows-highlighting📝 Commits (3)
6554578fix: Normalize file path for tree-sitter language loadingb0f51b0Update packages/core/src/lib/tree-sitter/parser.worker.ts7fdfd8bfix: copilot suggestion📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
packages/core/src/lib/tree-sitter/parser.worker.ts(+5 -2)📄 Description
Fixes highlighting and markdown formatting for opencode on windows
Replaces backslashes with forward slashes in file paths to ensure compatibility with tree-sitter on Windows systems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.