aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/ftplugin/tex.vim')
-rw-r--r--vim/.vim/ftplugin/tex.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/ftplugin/tex.vim b/vim/.vim/ftplugin/tex.vim
new file mode 100644
index 0000000..6342b3b
--- /dev/null
+++ b/vim/.vim/ftplugin/tex.vim
@@ -0,0 +1,2 @@
+syn match texMathSymbol '\\powerset' contained conceal cchar=P
+syn match texMathSymbol '\\Rightarrow' contained conceal cchar=➔