From e4653b25350ef7f3808401ac1dab00cc3ec4c6cb Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 9 Apr 2024 13:05:27 +0100 Subject: [PATCH] WIP --- grammar.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grammar.js b/grammar.js index 6a36f8e..78659be 100644 --- a/grammar.js +++ b/grammar.js @@ -123,6 +123,7 @@ module.exports = grammar({ ")", ), + // FIXME: simplify with 'soong_config_variable'? select_value: ($) => seq( field("type", alias( choice("product_variable", "release_variable", "variant"), @@ -133,6 +134,7 @@ module.exports = grammar({ ")", ), + // FIXME soong_config_variable: ($) => seq( field("type", alias("soong_config_variable", $.selection_type)), "(",