add template_expr to grammar; comment it out for now

This commit is contained in:
mhoffm
2021-06-13 14:31:46 +02:00
parent c8b6a598d3
commit 3c984653bb

View File

@@ -57,6 +57,7 @@ module.exports = grammar({
expr_term: $ => choice(
$.literal_value,
// $.template_expr,
$.collection_value,
$.variable_expr,
$.function_call,