Skip to content

v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 10:07
· 88 commits to main since this release
f64ab08

Added

  • Add basic formatting for HTML and CSS.
  • Do not mark inline CSS in <style>-Tag as an error
  • Better detection of Antlers and HTML/CSS/Javascript code.
  • Added nocache tag

Changed

  • Use JVM toolchain for configuring source/target compilation compatibility
  • Change the completion of Antlers delimiters. If you type the opening {, the closing } will be added automatically. When you type the second opening {, the matching } will be added and the spaces will be inserted as well. This means, just type {{ will complete to {{ <caret> }}.
  • Remove deprecated usage of THashSet

Fixed

  • Fixed the detection of strings and improve the handling. Single and double quotes will not marked as an error when they are escaped.
  • Fixed detection of switch keyword for the control structure. The switch keyword for the control structure was only correctly detected when the opening parenthesis was immediately followed. If any whitespace or line break was in between, the term
    switch was tokenized as a TAG.