You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.