KeitaNakamura / tex-conceal.vim

MIT License
128 stars 45 forks source link

space and symbols #14

Open qsmy41 opened 4 years ago

qsmy41 commented 4 years ago
  1. added some additional maths symbols

  2. allow '\,', '\:', '\;', and '\ ' to be concealed as space in text. Additionally '{}' for math mode.

  3. allow {(xx)} and {[xx]} to be concealed as (xx) and [xx], e.g. {(a+b)}^{xy} can be concealed as (a+b)^{xy}.