Blade TS Highlighting
VS Code extension providing:
- Blade (.blade) syntax highlighting and directive coloring
- JS/TS highlighting inside
{{ }} , {!! !!} , and @code ... @endcode
- Basic formatter for Blade indentation and whitespace cleanup
Features
- Conditionals/loops in purple
- HTML tag names light blue, tag brackets grey
- Format on save enabled by default for
.blade
Build
npm i
npm run build
npx vsce package
| |