From 882e7befe5eef137a9b99f08685808f768037275 Mon Sep 17 00:00:00 2001 From: Ashwin Shenoy Date: Wed, 11 May 2022 14:55:25 +0530 Subject: [PATCH] [Chore] Update CHANGELOG. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847710b..2615070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,9 +69,11 @@ improved performance. ## [2.1.0] - ### Fixed -- Clearing of string scopes when expressions and statements are present in strings. +- String scopes are now properly cleared when expressions and statements are present in strings. - Fix a bug where ending `)` was scoped as `punctuation.section.group.begin.twig`. +- Code within `verbatim` blocks are now, not syntax highlighted anymore (to represent raw plain text). - General syntax context name cleanups. ### Added - Seperated the main syntax and extracted a core `Twig` syntax. This makes the syntax reusable and could now be used in other markups with little effort. +- Added a `CSS (Twig).sublime-syntax` to support embedding Twig expressions in CSS & HTML (Resolves #25)