Skip to content

Vim syntax file using the conceal feature add some sparkles to the code.

License

Notifications You must be signed in to change notification settings

alfa256/kawaii-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 :

About

Vim syntax file using the conceal feature add some sparkles to the code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published