[go: up one dir, main page]

Menu

#395 Wrong syntax highlighting if '<<' is in bash script

v4.6
open
nobody
None
v4.6
5
2018-11-14
2018-11-14
No

Wrong syntax highlighting when editing this bash script

#!/bin/bash
while test $(( << $(($class)) )) -le $(($nr>>1)); do
    class=$(($class+1))
done
 bla=$(($nr - $(( 1 << $(($class)) )) ))
 test "$bla" -eq '0' && echo $(($class+1)) || rec "$bla" 

joe can not deal with '<<', '>>' is working though.

FYI: jupp editor displays it correct

Discussion


Log in to post a comment.