diff --git a/grammar.js b/grammar.js index 0b56000..24b94d8 100644 --- a/grammar.js +++ b/grammar.js @@ -127,6 +127,7 @@ module.exports = grammar({ ")", ), + // FIXME: simplify with 'soong_config_variable'? select_value: ($) => seq( field("type", alias( choice("product_variable", "release_variable", "variant"), @@ -137,6 +138,7 @@ module.exports = grammar({ ")", ), + // FIXME soong_config_variable: ($) => seq( field("type", alias("soong_config_variable", $.selection_type)), "(",