Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / third_party / rust / uniffi_bindgen / askama.toml
bloba0aae5f41bec3043690ef3b150193ee20b98e861
1 [general]
2 # Directories to search for templates, relative to the crate root.
3 dirs = [ "src/scaffolding/templates", "src/bindings/kotlin/templates", "src/bindings/python/templates", "src/bindings/swift/templates", "src/bindings/ruby/templates" ]
5 [[syntax]]
6 name = "kt"
8 [[syntax]]
9 name = "py"
11 [[syntax]]
12 name = "swift"
14 [[syntax]]
15 name = "c"
17 [[syntax]]
18 name = "rs"
20 [[syntax]]
21 name = "rb"