summaryrefslogtreecommitdiffstats
path: root/third_party/rust/uniffi_bindgen/askama.toml
blob: a0aae5f41bec3043690ef3b150193ee20b98e861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[general]
# Directories to search for templates, relative to the crate root.
dirs = [ "src/scaffolding/templates", "src/bindings/kotlin/templates", "src/bindings/python/templates", "src/bindings/swift/templates", "src/bindings/ruby/templates" ]

[[syntax]]
name = "kt"

[[syntax]]
name = "py"

[[syntax]]
name = "swift"

[[syntax]]
name = "c"

[[syntax]]
name = "rs"

[[syntax]]
name = "rb"