@@ -9,7 +9,7 @@ program arguments. See the introduction for an example (item #14).
9
9
10
10
Global aliases are now supported:
11
11
12
- ![ image] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/global-alias.png )
12
+ ![ image] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/global-alias.png )
13
13
14
14
** 2018-08-01**
15
15
@@ -35,7 +35,7 @@ If you have set theme before an update of styles (e.g. recent addition of bracke
35
35
36
36
Ideal highlighting of brackets (pairing, etc.) – no quoting can disturb the result:
37
37
38
- ![ image] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/brackets.gif )
38
+ ![ image] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/brackets.gif )
39
39
40
40
` FAST_HIGHLIGHT[use_brackets]=1 ` to enable this feature (** 2018-07-31** : not needed anymore, this highlighting is active
41
41
by default).
@@ -69,29 +69,29 @@ FSH gained a new architecture – "chroma functions". They are similar to "compl
69
69
[ example chroma] ( https://github.com/zdharma/fast-syntax-highlighting/blob/master/chroma/-example.ch ) if you would like
70
70
to highlight a command.
71
71
72
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/git_chroma.png )
72
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/git_chroma.png )
73
73
74
74
** 2018-06-01**
75
75
76
76
Highlighting of command substitution (i.e. ` $(...) ` ) with alternate theme – two themes at once! It was just white
77
77
before:
78
78
79
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/cmdsubst.png )
79
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/cmdsubst.png )
80
80
81
81
To select which theme to use for ` $(...) ` set the key ` secondary= ` in
82
82
[ theme ini file] ( https://github.com/zdharma/fast-syntax-highlighting/blob/master/themes/free.ini#L7 ) . All shipped themes
83
83
have this key set (only the ` default ` theme doesn't use second theme).
84
84
85
85
Also added correct highlighting of descriptor-variables passed to ` exec ` :
86
86
87
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/execfd.png )
87
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/execfd.png )
88
88
89
89
** 2018-05-30**
90
90
91
91
For-loop is highlighted, it has separate settings in
92
92
[ theme file] ( https://github.com/zdharma/fast-syntax-highlighting/blob/master/themes/free.ini ) .
93
93
94
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/for-loop.png )
94
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/for-loop.png )
95
95
96
96
** 2018-05-27**
97
97
@@ -113,18 +113,18 @@ FAST_BLIST_PATTERNS[/mount/disk2/*]=1
113
113
114
114
Assign colorizing now spans to variables defined by ` typeset ` , ` export ` , ` local ` , etc.:
115
115
116
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/typeset.png )
116
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/typeset.png )
117
117
118
118
Also, ` zcalc ` has a separate math mode and specialized highlighting – no more light-red colors because of treating
119
119
` zcalc ` like a regular command-line:
120
120
121
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/zcalc.png )
121
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/zcalc.png )
122
122
123
123
** 2018-05-22**
124
124
125
125
Array assignments were still boring, so I throwed in bracked colorizing:
126
126
127
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/array-assign.png )
127
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/array-assign.png )
128
128
129
129
** 2018-05-22** <a name =" assign-update " ></a >
130
130
@@ -134,7 +134,7 @@ Assignments are no more one-colour default-white. When used in assignment, highl
134
134
- strings (double-quoted and single-quoted),
135
135
- math-mode (` val=$(( ... )) ` ).
136
136
137
- ![ sshot] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/assign.png )
137
+ ![ sshot] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/assign.png )
138
138
139
139
** 2018-01-06**
140
140
@@ -144,4 +144,4 @@ style names (fields of
144
144
math-variable, number and empty variable (error): ` mathvar ` , ` mathnum ` , ` matherr ` . You can set them (like the animation
145
145
below shows) to change colors.
146
146
147
- ![ animation] ( https://raw.githubusercontent.com/zdharma/fast-syntax-highlighting/master/images/math.gif )
147
+ ![ animation] ( https://raw.githubusercontent.com/zdharma-continuum /fast-syntax-highlighting/master/images/math.gif )
0 commit comments