Skip to content

Commit

Permalink
Move Laravel Blade package to SublimeText org (#9049)
Browse files Browse the repository at this point in the history
1. moves laravel blade to SublimeText
2. directly registers package releases replacing dedicated repository.
  • Loading branch information
deathaxe authored Feb 5, 2025
1 parent 9d16416 commit c61e857
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"https://raw.githubusercontent.com/lucifr/CNPunctuationAutopair/master/packages.json",
"https://raw.githubusercontent.com/lyapun/sublime-text-2-python-test-runner/master/packages.json",
"https://raw.githubusercontent.com/MattDMo/Neon-sublime-theme/master/packages.json",
"https://raw.githubusercontent.com/Medalink/laravel-blade/master/packages.json",
"https://raw.githubusercontent.com/mekwall/obsidian-color-scheme/master/packages.json",
"https://raw.githubusercontent.com/Mendor/sublime-erlyman/master/packages.json",
"https://raw.githubusercontent.com/mischah/Console-API-Snippets/master/packages.json",
Expand Down
20 changes: 20 additions & 0 deletions repository/l.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,26 @@
}
]
},
{
"name": "Laravel Blade",
"details": "https://github.com/SublimeText/Blade",
"labels": ["php", "laravel", "blade", "language syntax"],
"previous_names": ["Laravel Blade Highlighter"],
"releases": [
{
"sublime_text": "<3092",
"tags": "st2-"
},
{
"sublime_text": "3092 - 4142",
"tags": "st3-"
},
{
"sublime_text": ">=4143",
"tags": "st4143-"
}
]
},
{
"name": "Laravel Blade AutoComplete",
"details": "https://github.com/ahmedash95/sublime-laravel-blade-autocomplete",
Expand Down

0 comments on commit c61e857

Please sign in to comment.