Skip to content

Releases: tpmatthes/Twig.novaextension

Version 1.8.2

08 Jun 18:59
Compare
Choose a tag to compare
  • Fix: Re-add support for HTML completions for compatibility with Nova 10+.

Version 1.8.1

25 Feb 18:35
Compare
Choose a tag to compare
Version 1.8.1 Pre-release
Pre-release
  • Add support for modifiers (e.g. at head) on fenced code blocks ({% css %} and {% js %})

Version 1.8

14 Jun 15:53
Compare
Choose a tag to compare
Version 1.8 Pre-release
Pre-release
  • Add support for nested syntax highlighting inside {% css %} and {% js %} (Craft CMS)

Version 1.7

01 Aug 16:54
Compare
Choose a tag to compare
  • Add “Twig-Markdown” syntax (optional): Map “.md” to “Twig-Markdown” in settings to activate syntax highlighting for Twig inside regular Markdown files.

Version 1.6

20 Mar 08:48
Compare
Choose a tag to compare
  • Add completions for Craft Element Queries and common properties

Version 1.5

14 Feb 12:23
Compare
Choose a tag to compare
  • Add completions without closing tags
  • Fix: Don’t show completions right before %}

Version 1.4.1

17 Nov 17:06
Compare
Choose a tag to compare

Fix: Don’t show syntax highlighting inside comments

Version 1.4

21 Oct 12:58
Compare
Choose a tag to compare
  • Add symbols for macro definitions
  • Add completions for variables and macros defined in the same file
  • Add completions for argument lists

Version 1.3

17 Oct 08:40
Compare
Choose a tag to compare
  • Add basic tag completions for Twig-HTML (outside opening brackets)
  • Fix: correct end tag for autoescape completion
  • Fix: correct syntax highlighting for blocks and variables named like keywords

Version 1.2

16 Oct 15:27
Compare
Choose a tag to compare
  • Auto insert %} after tags in completions
  • Auto insert {% endif %}, {% endfor %} etc. in tag completions
  • Auto insert space after function calls in completions
  • Improve context for completions
  • Remove matching {} from Twig-HTML syntax