mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
15 lines
195 B
TOML
15 lines
195 B
TOML
|
[general]
|
||
|
default_syntax = "htmx_compatible"
|
||
|
|
||
|
[[syntax]]
|
||
|
name = "htmx_compatible"
|
||
|
|
||
|
block_start = "(%"
|
||
|
block_end = "%)"
|
||
|
|
||
|
expr_start = "(("
|
||
|
expr_end = "))"
|
||
|
|
||
|
comment_start = "/*"
|
||
|
comment_end = "*/"
|