Guest User

Untitled

a guest
Feb 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. { match = '\s+(?=//|/\*)'; },
  2. { include = '#comment'; },
  3. { name = 'invalid.illegal.missing-comma.tm-language-def';
  4. begin = '[[^\n]&&\s](?!\s*(,|\)|$)).*';
  5. end = '^(?=not)possible$';
  6. },
  7. { include = '#rule'; },
  8. );
  9. },
  10. { include = '#catch-all'; },
  11. );
  12. }
  13. );
  14. };
  15. any = { patterns = (
  16. { include = '#string'; },
  17. { include = '#array'; },
  18. { include = '#dictionary'; },
  19. { include = '#data'; },
  20. { include = '#comment'; },
  21. { include = '#catch-all'; },
  22. );
  23. };
Add Comment
Please, Sign In to add comment