Laravel Blade Highlighter
Laravel Blade syntax highlighter support for Sublime Text.
Details
Installs
- Total 446K
- Win 270K
- Mac 90K
- Linux 85K
Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 7 | 17 | 27 | 28 | 22 | 19 | 20 | 16 | 17 | 19 | 29 | 23 | 18 | 22 | 19 | 19 | 18 | 28 | 27 | 31 | 25 | 12 | 16 | 28 | 22 | 23 | 30 | 20 | 13 | 14 | 30 | 27 | 32 | 29 | 14 | 14 | 14 | 22 | 22 | 23 | 35 | 18 | 18 | 13 | 16 | 17 |
Mac | 3 | 4 | 4 | 8 | 11 | 1 | 5 | 1 | 5 | 6 | 4 | 8 | 4 | 9 | 3 | 2 | 5 | 3 | 6 | 5 | 10 | 4 | 3 | 8 | 5 | 5 | 5 | 10 | 1 | 4 | 6 | 3 | 9 | 10 | 1 | 5 | 5 | 5 | 5 | 1 | 4 | 5 | 1 | 3 | 2 | 7 |
Linux | 5 | 6 | 9 | 13 | 10 | 2 | 3 | 2 | 3 | 2 | 5 | 5 | 5 | 6 | 6 | 1 | 6 | 4 | 2 | 7 | 3 | 4 | 2 | 2 | 1 | 5 | 7 | 5 | 3 | 6 | 6 | 6 | 9 | 2 | 9 | 7 | 2 | 5 | 2 | 14 | 5 | 6 | 5 | 6 | 10 | 10 |
Readme
- Source
- raw.githubusercontent.com
Laravel Blade Highlighter
This package adds syntax definitions for the Laravel Blade engine.
Works with various Sublime Text version, for older/specific versions use older/specific release.
How to install w/Sublime Package Control
- Search for Laravel Blade and install it.
- Restart Sublime Text.
- Reopen any
.blade
files. - Enjoy :)
Sublime Text Manual Install
- Download or clone this repository into
[install-dir]/Packages/laravel-blade
- Restart Sublime Text.
- Reopen any
.blade
files. - Enjoy :)
Yeah but, show me what it is?
Supported Extensions
How to Contribute
- To test a local version of the highlighter first uninstall the highlighter from package control.
- Follow the manual installation process by cloning the repo into your packages directory.
- Restart Sublime Text.
- Open up the '[install-dir]/Packages/laravel-blade' folder into a new Sublime Text project.
- Open up the blade.tmLanguage file and make changes.
- I have provided a test.blade file that holds most of the common uses for testing the regex, use this to verify your changes before and after you make them to ensure the changes you make do not break anything.
- Send a pull request with a single change per request.