Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 445 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 445 Bytes

kawaii-perl

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 :