worklog.vim 319 B

12345678
  1. syntax match ShellCommand +^\$ .*+
  2. syntax match Comment +^### .*+
  3. syntax region MiscBlock start=/^\~\~\~$/ end=/^\~\~\~$/
  4. syntax region MiscBlock start=/^```$/ end=/^```$/
  5. highlight link ShellCommand Function
  6. highlight link Table Statement