Skip to content

Instantly share code, notes, and snippets.

@bltavares
Created June 26, 2014 18:07
Show Gist options
  • Save bltavares/aaf892b512d4ffdcfa21 to your computer and use it in GitHub Desktop.
Save bltavares/aaf892b512d4ffdcfa21 to your computer and use it in GitHub Desktop.
au BufNewFile,BufRead *.js syntax match jsNot /!/ conceal cchar=¬
au BufNewFile,BufRead *.js syntax match jsOr /||/ conceal cchar=∨
au BufNewFile,BufRead *.js syntax match jsAnd /&&/ conceal cchar=∧
au BufNewFile,BufRead *.js syntax match jsEqual /===/ conceal cchar=↔
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment