commentshard.rsx 751 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. div {
  34. div {}
  35. }
  36. }
  37. }