commentshard.rsx 317 B

1234567891011121314151617181920212223
  1. rsx! {
  2. // Comments
  3. div {
  4. // Comments
  5. class: "asdasd",
  6. // Comments
  7. "hello world",
  8. // Comments
  9. expr1,
  10. // Comments
  11. expr2,
  12. // Comments
  13. // Comments
  14. // Comments
  15. // Comments
  16. // Comments
  17. expr3
  18. }
  19. }