Add partial use of comments
This commit is contained in:
@@ -76,6 +76,7 @@ mustache_reader :: proc(r: ^strings.Reader, data: any, section_key: string = ""
|
||||
strings.write_string(&ret, section(r, data, skey[1:], true) )
|
||||
case '&':
|
||||
strings.write_string(&ret, fmt.tprintf("%v",decode(data, skey[1:])) )
|
||||
case '!':
|
||||
case:
|
||||
dec := decode(data, skey)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user