commentshard.rsx 703 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. div {
  19. // todo some work in here
  20. }
  21. div {
  22. // todo some work in here
  23. // todo some work in here
  24. //
  25. // todo some work in here
  26. }
  27. div {
  28. // todo some work in here
  29. class: "hello world",
  30. // todo some work in here
  31. class: "hello world"
  32. }
  33. }
  34. }