Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Shahaf
e13c86dfc2 command word: Avoid unknown-token highlighting whilst inputting the command word.
Adds the 'command-being-input' highlight.

Builds on top of the 'command-word-separator-v1' branch from PR #243.
2015-12-01 08:21:11 +00:00
Daniel Shahaf
c30301d474 Drop unnecessary shebang lines.
All these files should be sourced, not executed; and Debian's lintian complains:

W: zsh-syntax-highlighting: script-not-executable usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
2015-10-20 11:49:51 +00:00
Julien Nicoulaud
0772ddd346 Big refactoring.
* Don't override user defined styles
* Better modularisation of highlighters
* Allow to define which highlighters are activated
* Allow to define the order in which they are defined
* Minor performance optimizations
* Fixed some variables leak
* Improve documentation
* Brackets highlighter: use ZSH_HIGHLIGHT_STYLES instead of a specific array
2011-06-12 22:57:14 +02:00