Page MenuHomeSolus

Update zsh-syntax-highlighting to 0.7.1
ClosedPublic

Authored by Staudey on Feb 28 2020, 11:25 PM.
Tags
None
Referenced Files
F11073941: D8396.diff
Sat, Aug 12, 5:11 AM
F11028890: D8396.diff
Wed, Aug 9, 8:06 AM
F10979013: D8396.diff
Sat, Jul 22, 9:47 PM
F10887556: D8396.id20043.diff
Jun 26 2023, 1:59 PM
F10885051: D8396.id20122.diff
Jun 25 2023, 5:59 AM
F10883990: D8396.id20123.diff
Jun 24 2023, 5:41 PM
F10883107: D8396.diff
Jun 23 2023, 11:56 PM
F10808156: D8396.id20122.diff
May 30 2023, 7:26 AM
Subscribers

Details

Summary

Update zsh-syntax-highlighting to 0.7.1

Changes:

  • Add ZSH_HIGHLIGHT_DIRS_BLACKLIST to disable "path" and "path prefix" highlighting for specific directories
  • Add the "regexp" highlighter, modelled after the pattern highlighter
  • When a word uses globbing, only the globbing metacharacters will be highlighted as globbing
  • Highlight pasted quotes
  • Highlight command substitutions
  • Highlight process substitutions
  • Highlight command substitutions inside double quotes
  • Highlight many precommands
  • Highlight numeric globs
  • Assorted improvement to aliases highlighting
  • Highlight some more syntax errors
  • New styles: named file descriptors, RC_QUOTES, and unclosed quotes
  • The 'brackets' highlighting no longer treats quotes specially
  • Bugfixes
Test Plan

Worked in the terminal for about half an hour; also tried the examples from the README and changelog

Diff Detail

Repository
R3330 zsh-syntax-highlighting
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Is any of /usr/share/doc actually needed?

Is any of /usr/share/doc actually needed?

I was wondering about that before submitting, but then left them as they were to stay on the safe side. It's mostly configuration examples, plus the README from github (including links to image files).
I've removed the whole doc dir now.

This revision is now accepted and ready to land.Mar 3 2020, 7:10 PM
This revision was automatically updated to reflect the committed changes.