This commit is contained in:
Bruno BELANYI 2024-04-09 13:05:27 +01:00
parent ff2a9b821d
commit f283c14865

View file

@ -127,6 +127,7 @@ module.exports = grammar({
")", ")",
), ),
// FIXME: simplify with 'soong_config_variable'?
select_value: ($) => seq( select_value: ($) => seq(
field("type", alias( field("type", alias(
choice("product_variable", "release_variable", "variant"), choice("product_variable", "release_variable", "variant"),
@ -137,6 +138,7 @@ module.exports = grammar({
")", ")",
), ),
// FIXME
soong_config_variable: ($) => seq( soong_config_variable: ($) => seq(
field("type", alias("soong_config_variable", $.selection_type)), field("type", alias("soong_config_variable", $.selection_type)),
"(", "(",