Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 13:32
· 1 commit to main since this release
a2a9439

Added

  • Add support for LiveTemplates
  • Add default LiveTemplates for switch, if, if else and if elseif.
  • Add StructureView
  • Respect Prettier formatter #137

Changed

  • Optimize the Lexer by removing duplicate actions and use multiple states.
  • Update plugin org.jetbrains.intellij to v1.13.2 #115
  • Update dependency gradle to v8.0.2
  • Changed grammar and lexer for if and unless statements to improve the PSI structure. Additionally, do not lex and parse the closing conditional node {{ /if }} as one token but as two separate tokens: / => T_SLASH and if => T_IF. This helps to highlight both tokens individually. Same for /unless.
  • Run all tests with JUnit4
  • Update to PhpStorm 2023.1 #143
  • Improve the lexing of PHP nodes #136
  • Improve Lexer readability and performance #135
  • Migrate to provider API adding configuration cache compatibility #134
  • Migrate class AntlersFileType to Kotlin #129
  • Update Kotlin to 1.8.20
  • Update Gradle plugin to 1.13.3

Fixed

  • When creating a new Antles file via New File-Dialog do not append .antlers.html when the user already provides the extension in the dialog.
  • Plugin confuses regular .HTML files #113
  • Space in variables pair leads to error #116

What's Changed

Full Changelog: v0.0.5...v0.0.6