Guest User

Untitled

a guest
Feb 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. { match = '(foo)=(?:(true|false)|(\d+)|…|(.+))';
  2. captures = {
  3. 1 = { name = 'keyword.other.name-of-parameter.sweave'; };
  4. 2 = { name = 'constant.language.boolean.sweave'; };
  5. 3 = { name = 'constant.numeric.sweave'; };
  6. n = { name = 'string.unquoted.sweave'; };
  7. };
  8. },
Add Comment
Please, Sign In to add comment