Skip to content

Instantly share code, notes, and snippets.

@c9s
Created November 6, 2010 08:32
Show Gist options
  • Select an option

  • Save c9s/665281 to your computer and use it in GitHub Desktop.

Select an option

Save c9s/665281 to your computer and use it in GitHub Desktop.
if !has('conceal')
finish
endif
set conceallevel=2
syntax match perlLambda +\(=\s*\)\@<=sub+ conceal cchar=λ
@tyru
Copy link
Copy Markdown

tyru commented Nov 6, 2010

this is cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment