Andreas Gahr
670961ad01
handle highlighting for precommands; handle highlighting for commands separators
2011-09-20 19:13:37 +02:00
Andreas Gahr
f84f9319d8
supposed fix for issue #73 and issue #74
2011-09-09 16:07:49 +02:00
Julien Nicoulaud
a6d105131c
Fix #21 : No highlighting when using tilde
2011-09-06 19:21:40 +02:00
Takeshi Banse
1d729202ec
add tests for handling tildes
...
Signed-off-by: Takeshi Banse <takebi@laafc.net>
2011-09-07 01:14:45 +08:00
Takeshi Banse
48a18291f9
add some tests
...
Signed-off-by: Takeshi Banse <takebi@laafc.net>
2011-09-07 01:14:45 +08:00
Takeshi Banse
4a8b184632
pass ${arg} explicit
...
Signed-off-by: Takeshi Banse <takebi@laafc.net>
2011-09-07 01:14:45 +08:00
Andreas Gahr
b1b65dc486
bracket highlighter: small typo in testcase - document new style
2011-08-08 17:01:51 +02:00
Andreas Gahr
06ad03e32c
bracket highlighter: simplify
2011-08-08 16:01:53 +02:00
Andreas Gahr
8375ef6e72
bracket highlighter: make the style configurable, when cursor is on bracket
2011-08-08 15:55:47 +02:00
Andreas Gahr
24243becba
bracket highlighter: fix typo from last commit
2011-08-08 15:51:40 +02:00
Andreas Gahr
e1ed255c0a
bracket highlighter: start loops with 0 which is more natural and also more in line whith the other highlighters
2011-08-08 14:48:16 +02:00
Andreas Gahr
0d55207c78
simple testcases for bracket highlighter - actually add files
2011-08-05 16:38:46 +02:00
Andreas Gahr
33813c6a52
simple testcases for bracket highlighter
2011-08-05 16:25:47 +02:00
Valodim
f27ef7a279
after exec token we can expect a command
2011-08-02 00:55:55 +08:00
Julien Nicoulaud
08dae96eb1
Add highlighter triggered when the user is root
2011-07-27 00:37:33 +02:00
Julien Nicoulaud
11de634b33
Add cursor highlighter
2011-07-27 00:13:41 +02:00
garinger
e7ab165310
* optimize discrimination of bracket-type
...
* use a nicer variable name
2011-07-13 12:47:27 -07:00
garinger
f1eb5aeef7
skip all brackets inside quotes (" and ')
2011-07-12 08:11:21 -07:00
garinger
2fe9505647
simplify check for bracket under cursor
2011-07-12 08:07:08 -07:00
garinger
05e4a031c7
* remove a safety belt - no need to check if array has elements, as defaults are provided
...
* reuse $pos instead of using another variable
* remove declaration forgotten in last commit
2011-07-12 07:56:12 -07:00
garinger
d4acac9837
eliminate a variable and simplify
2011-07-08 12:43:59 -07:00
garinger
ef74d2b611
Only match brackets of the same type
2011-07-08 12:25:09 -07:00
garinger
48c30a805a
highlight opening bracket with "bracket-error" style, if the closing bracket is still missing
2011-07-08 07:52:32 -07:00
Julien Nicoulaud
e7d7ccfe35
Group if statements in f26310d97e
2011-06-16 14:54:24 +02:00
Guido
f26310d97e
* enable command lines starting with a hyphen.
2011-06-16 04:28:59 -07:00
Julien Nicoulaud
ef4f5ed638
Fix READMEs
2011-06-12 23:16:41 +02: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
Julien Nicoulaud
bc788f3f19
Start splitting highlighters to separate files.
...
The script still works on its own, highlighters in highlighters/ are
loaded as addons if present.
Signed-off-by: Julien Nicoulaud <julien.nicoulaud@gmail.com>
2011-02-17 23:41:01 +01:00