Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 945 Bytes

Version 0.7

  • Added support for the @component and @slot directives

Version 0.6

  • Added support for the @dd and @parent directives

Version 0.5

  • Fixed some major issues with the blade directive regexes. Methods inside blade directives should now work properly. And directives that can exist with and without arguments should now be highlighted too.

Version 0.4

  • Added support for the directives used by Envoy

Version 0.3

  • Added support for the @forelse directive
  • Fixed an issue where the @php block wasn't working

Version 0.2

  • Added support for custom blade components
  • Added support for indentation after blade directives
  • Added the @lang directive
  • Fixed an issue where white space between the directive and parentheses wasn't recognised
  • Fixed an issue where comments were only highlighted at the root level

Version 0.1

Initial release, basic syntax highlighting and completion for blade directives