mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Removed unnecessary 'zsh-' prefix.
This commit is contained in:
parent
0999ab05ba
commit
41e84a0d9f
7 changed files with 10 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ local -a errors highlight_zone
|
|||
local -A observed_result
|
||||
|
||||
# Load the main script.
|
||||
. $(dirname $0)/../zsh-syntax-highlighting.zsh
|
||||
. $(dirname $0)/../syntax-highlighting.zsh
|
||||
|
||||
# Process each test data file in data/.
|
||||
for data_file in $(dirname $0)/data/*.zsh; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue