Guest User

Untitled

a guest
Feb 19th, 2018
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. punctuation.delimiter.assignment
  2. punctuation.delimiter.comment
  3. punctuation.delimiter.column
  4. punctuation.delimiter.embedded
  5. punctuation.delimiter.function
  6. punctuation.delimiter.row
  7. punctuation.delimiter.section
  8. punctuation.delimiter.tag
  9. punctuation.marker.comment
  10. punctuation.marker.header
  11. punctuation.marker.image
  12. punctuation.marker.item
  13. punctuation.marker.quote
  14. punctuation.parenthesis
  15. punctuation.quote
  16. punctuation.separator.comma
  17. punctuation.terminator.statement
  18.  
  19. Delimiter Singular
  20.  
  21. function(arg, arg) [,]
  22. key: value; [:]
  23. key="value" [=]
  24.  
  25. Delimiter Pairs
  26.  
  27. html > body { } [{}]
  28. /* comment */ [/**/]
  29. |table| [|]
  30. +-------------+ [+-]
  31. <% variable %> [<%%>]
  32. <tag></tag> [</>]
Add Comment
Please, Sign In to add comment