github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/pkg/schemadsl/parser/tests/indentedcomments.zed (about) 1 /** 2 * user is a user 3 */ 4 definition user {} 5 6 /** 7 * single is a thing 8 */ 9 definition single { 10 /** 11 * some permission 12 */ 13 permission first = bar + baz 14 }