We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css
js
shufo/vscode-blade-formatter#884
style-css.blade.php
style.css
script-js.blade.php
script.js
The problem is, these files cannot have <style> nor <script> and as a result, this highlighter does not know how to handle them.
<style>
<script>
Have flags {{-- js-formatter-enable --}} and {{-- js-formatter-disable --}} that highlighter everything in between as JS Do the same for CSS
{{-- js-formatter-enable --}}
{{-- js-formatter-disable --}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
shufo/vscode-blade-formatter#884
Description
style-css.blade.php
, which renders as astyle.css
script-js.blade.php
, which renders intoscript.js
The problem is, these files cannot have
<style>
nor<script>
and as a result, this highlighter does not know how to handle them.Suggested Solution
Have flags
{{-- js-formatter-enable --}}
and{{-- js-formatter-disable --}}
that highlighter everything in between as JSDo the same for CSS
The text was updated successfully, but these errors were encountered: