Advertisement
Guest User

Fix the highlighting of here document redirects

a guest
Jun 30th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.18 KB | None | 0 0
  1. " ~/.vim/after/syntax/sh.vim
  2.  
  3. syntax match myShHereDocRedir
  4.   \ "\%(\%([^<]\|^\)<<\s*[^ \t\n0-9|<>]\+\s*\)\@<=\%([[0-9]*[|<>]\).*$"
  5.   \ contained containedin=shHereDoc contains=TOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement