Created
June 26, 2014 18:07
-
-
Save bltavares/aaf892b512d4ffdcfa21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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