mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
60
snippets/laravel-blade2/README.md
Normal file
60
snippets/laravel-blade2/README.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
# Laravel Blade
|
||||
|
||||
[](https://marketplace.visualstudio.com/items?itemName=amirmarmul.laravel-blade-vscode)
|
||||
[](https://open-vsx.org/extension/amirmarmul/laravel-blade-vscode)
|
||||
|
||||
Laravel Blade Snippets, Syntax Highlighting and Formatting for VS Code.
|
||||
|
||||
Converted from [language-blade](https://github.com/jawee/language-blade).
|
||||
|
||||
## User Setting
|
||||
|
||||
Enable html emmet:
|
||||
|
||||
>```json
|
||||
>"emmet.includeLanguages": {
|
||||
> "blade": "html"
|
||||
>},
|
||||
>```
|
||||
|
||||
## Features
|
||||
- Syntax highlighter
|
||||
- Blade snippets
|
||||
- Blade formatting
|
||||
|
||||
## Screenshoot
|
||||

|
||||
|
||||
## Known Issues
|
||||
|
||||
Calling out known issues can help limit users opening duplicate issues against your extension.
|
||||
|
||||
## Release Notes
|
||||
|
||||
Users appreciate release notes as you update your extension.
|
||||
|
||||
### 2.0.2
|
||||
|
||||
- Add support to vscode 1.37
|
||||
|
||||
### 2.0.1
|
||||
|
||||
- Update README.md file
|
||||
|
||||
### 2.0.0
|
||||
|
||||
- Added blade formatting
|
||||
- Change codebase to newest vscode extension template
|
||||
|
||||
### 1.0.3
|
||||
|
||||
- Added some new directive based on Laravel 6.x
|
||||
|
||||
### 1.0.2
|
||||
|
||||
- Update README.md
|
||||
- Compatible with vscode 1.39 and above
|
||||
|
||||
### 1.0.0
|
||||
|
||||
Initial release
|
Loading…
Add table
Add a link
Reference in a new issue