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.

9 lines
380B

  1. syntax region rFold start="#.\{-}[-=]\{4,}" end="\n\ze\n#.\{-}[-=]\{4,}" fold transparent keepend
  2. syntax match pipe1 contained "%" conceal cchar=| containedin=pipe
  3. syntax match pipe2 contained ">%" conceal cchar=> containedin=pipe
  4. syntax match pipe "%>%" contains=pipe1,pipe2
  5. syntax match mul "*" conceal cchar=×
  6. syntax match in "%in%" conceal cchar=∈
  7. setlocal conceallevel=2