Medalink / laravel-blade

This package adds syntax definitions for the Laravel Blade engine.

Home Page:http://www.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto complete / hinting not working after installing new laravel blade highlight

polodev opened this issue · comments

auto complete / hinting not working after installing new laravel blade highlight

Syntax's main scope has changed from text.blade to text.html.blade to clarify it extending HTML syntax and to enable completions from ST's default HTML syntax in blade templates.

Blade Snippets package has been updated on Jan 18 to apply the new ones.

All hand crafted completions need to be adjusted to make use of the new scope in order to continue working - as written in the release notes of v2.0.0.