Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 23:53
Show Gist options
  • Save r-ryantm/7c2b8e103af7136c882c437d0817c9da to your computer and use it in GitHub Desktop.
Save r-ryantm/7c2b8e103af7136c882c437d0817c9da to your computer and use it in GitHub Desktop.
/nix/store/rdcqqx8j1ghmmrd7hc16vbpsb07sd2pd-zsh-syntax-highlighting-0.7.1
└── share
├── doc
│   └── zsh-syntax-highlighting
│   ├── all.md
│   ├── changelog.md
│   ├── COPYING.md
│   ├── highlighters
│   │   ├── brackets.md
│   │   ├── cursor.md
│   │   ├── line.md
│   │   ├── main.md
│   │   ├── pattern.md
│   │   ├── regexp.md
│   │   └── root.md
│   ├── highlighters.md
│   └── README.md
└── zsh-syntax-highlighting
├── highlighters
│   ├── brackets
│   │   └── brackets-highlighter.zsh
│   ├── cursor
│   │   └── cursor-highlighter.zsh
│   ├── line
│   │   └── line-highlighter.zsh
│   ├── main
│   │   └── main-highlighter.zsh
│   ├── pattern
│   │   └── pattern-highlighter.zsh
│   ├── regexp
│   │   └── regexp-highlighter.zsh
│   └── root
│   └── root-highlighter.zsh
└── zsh-syntax-highlighting.zsh
13 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment