You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test.cfg 215B

12345678910111213141516
  1. section2 {
  2. param = "value";
  3. param2 = value // comment
  4. array = [ 100500, 10s, 50mb ] # array
  5. /*
  6. * This should be commented
  7. *
  8. * test123 = test
  9. */
  10. }
  11. /*
  12. section3 {
  13. key = value
  14. }
  15. /* Nested comment */
  16. */