tree-sitter-bp/test/highlight/select.bp
Bruno BELANYI a50309bec1
Some checks failed
ci/woodpecker/push/check Pipeline failed
WIP
2024-04-09 12:04:53 +01:00

5 lines
134 B
Text

foo = select(soong_config_variable("my_namespace", "my_var"), {
// ^ keyword.conditional
"foo": unset,
default: "bar",
})