Vim syntax file using the conceal feature add some sparkles to the code.
Inspired by : https://github.com/Twinside/vim-haskellConceal
Current sample:
Original Code:
my $foo = 10;
for( @numbers){
if( $a eq $b or $c ne $d and 1){
return not$a;
}
}
print "yeah" if $_ >= 5
print sqrt(25) . "\n";
print "hello" . "\n";
With concealing :