diff --git a/grammar.js b/grammar.js index e15a5de..37a186b 100644 --- a/grammar.js +++ b/grammar.js @@ -57,6 +57,7 @@ module.exports = grammar({ expr_term: $ => choice( $.literal_value, + // $.template_expr, $.collection_value, $.variable_expr, $.function_call,