Raimondi

Untitled

Dec 10th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.14 KB | None | 0 0
  1. syn region cqlKeyword start=/comment\s*=\s*'/ end=/'/ contains=cqlComment
  2. syn match cqlComment /'\zs\%(''\|[^']\)*\ze'/ containedin=cqlKeyword
  3.  
Advertisement
Add Comment
Please, Sign In to add comment