add template_expr to grammar; comment it out for now
This commit is contained in:
@@ -57,6 +57,7 @@ module.exports = grammar({
|
|||||||
|
|
||||||
expr_term: $ => choice(
|
expr_term: $ => choice(
|
||||||
$.literal_value,
|
$.literal_value,
|
||||||
|
// $.template_expr,
|
||||||
$.collection_value,
|
$.collection_value,
|
||||||
$.variable_expr,
|
$.variable_expr,
|
||||||
$.function_call,
|
$.function_call,
|
||||||
|
|||||||
Reference in New Issue
Block a user