Skip to content

Commit

Permalink
[Chore] Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraInstinct05 committed May 11, 2022
1 parent 20ef0ac commit 882e7be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ improved performance.

## [2.1.0] - <undecided>
### 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)

0 comments on commit 882e7be

Please sign in to comment.