···11-Copyright (c) 2018 Akshay Oppiliappan (nerdypepper@tuta.io)
11+Copyright (c) 2020 Akshay Oppiliappan (nerdy@peppe.rs)
2233This Font Software is licensed under the SIL Open Font License, Version 1.1.
44This license is copied below, and is also available with a FAQ at:
···1515cp ligature_plugins/rust.vim ~/.vim/after/syntax/
1616 ```
17171818-If you have `set conceallevel=0` if your `vimrc`, remove it.
1818+If you have `set conceallevel=0` in your `vimrc`, remove it.
19192020Big thanks to [romeovs](https://github.com/romeovs/) for
2121creating the haskell plugin and the idea of ligatures via
+5
ligature_plugins/rust.vim
···1919syn match rustIsEqual /==/ contains=FirstEqual,SecondEqual
2020syn match FirstEqual /=/ contained containedin=rustIsEqual conceal cchar=๎
2121syn match SecondEqual /=\@<=>/ contained containedin=rustIsEqual conceal cchar=๎
2222+2323+" #[
2424+syn match rustAttributeHash /#\[/ contains=rustAH,rustAB
2525+syn match rustAH /#/ contained containedin=rustAH conceal cchar=๎
2626+syn match rustAB /\[/ contained containedin=rustAB conceal cchar=๎