Sfoglia il codice sorgente

Followup to last: Fix issue number in comment.

pull/232/head
Daniel Shahaf 9 anni fa
parent
commit
feec9f58c9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      highlighters/main/test-data/precommand.zsh

+ 1
- 1
highlighters/main/test-data/precommand.zsh Vedi File

@ -33,5 +33,5 @@ BUFFER=': command zzzzzz'
expected_region_highlight=(
"1 1 $ZSH_HIGHLIGHT_STYLES[command]" # ls
"3 9 $ZSH_HIGHLIGHT_STYLES[default]" # not precommand
"11 16 $ZSH_HIGHLIGHT_STYLES[default] 'issue #208'" # not unknown-token (since 'zzzzzz' is not a command)
"11 16 $ZSH_HIGHLIGHT_STYLES[default] 'issue #209'" # not unknown-token (since 'zzzzzz' is not a command)
)

Caricamento…
Annulla
Salva