-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(send.lua): improve piped command handling with TreeSitter
Replace manual string manipulation and pattern matching with TreeSitter queries to identify and process piped command chains. This enhances the accuracy and maintainability of the code by leveraging TreeSitter's parsing capabilities, reducing reliance on custom string functions.
- Loading branch information
1 parent
3f98d95
commit ad23ef9
Showing
1 changed file
with
75 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters