You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
271B

  1. syntax match lambda "\\" conceal cchar=λ
  2. syntax match div "//" conceal cchar=÷
  3. syntax match mul "*" conceal cchar=×
  4. syntax match neq1 contained "/" conceal cchar=! containedin=neq
  5. syntax match neq "/=" contains=neq1
  6. setlocal conceallevel=2
  7. setlocal concealcursor=nvic