An open API service indexing awesome lists of open source software.

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

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!

![screenshot](https://raw.githubusercontent.com/gwleuverink/vscode-x-script/main/docs/img/screenshot.png)

## 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