onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
136 stars 38 forks source link

Add @class directive #136

Closed lakuapik closed 2 years ago

lakuapik commented 3 years ago

This PR add @class directive introduced here https://github.com/laravel/framework/pull/38016.

See documentation https://laravel.com/docs/8.x/blade#conditional-classes

lakuapik commented 2 years ago

@onecentlin merge conflict resolved.

onecentlin commented 2 years ago

@lakuapik Thanks for your contributions. For @class derective, I'll prefer enhance syntax highlight rather than snippet. What do you think?

lakuapik commented 2 years ago

@onecentlin i have no problem with that. but i dont know how to add syntax highlighting.

then, should we drop and close this PR?

onecentlin commented 2 years ago

@lakuapik I'll try to enhance syntax highlight later. Just need more time to test out. =) Thanks again.