https://github.com/gwleuverink/vscode-x-script
Support embedded language syntax highlighting within <x-script> components. X-Script is a library that provides inline ECMAScript bundling and support for regular & async imports to Laravel Blade
https://github.com/gwleuverink/vscode-x-script
Last synced: 3 months ago
JSON representation
Support embedded language syntax highlighting within <x-script> components. X-Script is a library that provides inline ECMAScript bundling and support for regular & async imports to Laravel Blade
- Host: GitHub
- URL: https://github.com/gwleuverink/vscode-x-script
- Owner: gwleuverink
- Created: 2023-03-01T23:17:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T09:35:48.000Z (12 months ago)
- Last Synced: 2025-01-27T22:54:00.920Z (5 months ago)
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# `` support for vscode
> ⚠️ **Abandoned**
>
> x-script has been replaced by ***Bundle***
> [laravel-bundle.dev](https://laravel-bundle.dev)This vscode extension adds embedded language syntax highlighting and emmet snippets to `` blade components
X-Script is a library that i'm still working on that provides inline ECMAScript bundling & support for regular & async imports inside for Laravel Blade. The perfect companion for the TALL stack!

## Features
- JavaScript embedded language highlighting inside x-script components
- Higlighting for element tokens
- Snippet for x-script component
- Snippet for @import blade directive## Roadmap
- JavaScript language config (comment/blockcomment etc)
- JavaScript language server forwarding