shufo / vscode-blade-formatter

An opinionated Blade file formatter for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=shufo.vscode-blade-formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Formatting Bug]: Showing red color

shreyansh-b opened this issue · comments

Platform

Windows

Template before formatting

<th style="width: 25%;">
    @sortablelink('name', 'Name')
</th>

Template after formatting

<th style="width: 25%;">
    @sortablelink('name', 'Name')
</th>

Expected Behaviour

Error: Syntax error: unexpected token ','
I am using this line past few years it is working perfectly. Currently also working perfect but in blade file showing error.

Relevant log output

No response