From 604823c499d0a5ab67c02f240b5a883eaca5c28f Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 19 Apr 2022 15:01:49 +0100 Subject: [PATCH] Fix language features when using nested Vue `', pop: 1 }, + nestedBlockStart: { match: '', next: 'nested' }, + nestedBlockEnd: { match: '/>', pop: 1 }, + ...text, + }, + nested: { + nestedBlockEnd: { match: '', pop: 1 }, + nestedBlockStart: { match: '