Re: Missing syntax highlighting in sh syntax inside the braces

2015-10-13 Fir de Conversatie Charles Campbell
Yuri wrote: > I am seeing that '=' and '&&' elements aren't highlighted in this > example. > However, when when the braces are removed it highlights ok. > > filetype=sh, is_posix=1 > FreeBSD > > Yuri > > > --- problem testcase: = and && aren't highlighted! --- > #!/bin/sh > > myfunc() { > ([

Missing syntax highlighting in sh syntax inside the braces

2015-04-12 Fir de Conversatie Yuri
I am seeing that '=' and '' elements aren't highlighted in this example. However, when when the braces are removed it highlights ok. filetype=sh, is_posix=1 FreeBSD Yuri --- problem testcase: = and aren't highlighted! --- #!/bin/sh myfunc() { ([ ${myvar} = YES ] aaa) || ([ ${myvar} =