10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)Shell22,617 stars (22,617 stars)1,371 forks (1,371 forks)batch import
Taskgood first issuesyntax:command-word
- Issue type
- bug
- Research direction
- Investigate how the plugin currently highlights parameter expansions in command position. Look for the regex or parsing logic that determines command vs path highlighting, likely in the main highlighter file (e.g., highlighters/main/main.zsh). Check if there are any existing test cases for similar patterns. Consider adding a test for '$foo/bar' and modifying the appropriate highlight function.