Laravel Blade Highlighter
Laravel Blade syntax highlighter support for Sublime Text.
Details
Installs
- Total 455K
- Win 277K
- Mac 92K
- Linux 87K
Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 9 | 14 | 12 | 12 | 15 | 5 | 11 | 13 | 8 | 12 | 10 | 16 | 5 | 5 | 6 | 12 | 13 | 15 | 8 | 6 | 11 | 9 | 13 | 20 | 11 | 16 | 8 | 9 | 12 | 17 | 14 | 9 | 20 | 8 | 6 | 3 | 9 | 15 | 9 | 10 | 5 | 7 | 6 | 15 | 12 |
Mac | 1 | 1 | 3 | 3 | 6 | 5 | 3 | 2 | 3 | 3 | 4 | 4 | 5 | 2 | 2 | 3 | 2 | 3 | 4 | 8 | 2 | 2 | 1 | 4 | 4 | 2 | 3 | 2 | 2 | 5 | 4 | 6 | 2 | 1 | 0 | 2 | 4 | 2 | 5 | 3 | 6 | 1 | 1 | 2 | 4 | 4 |
Linux | 0 | 1 | 1 | 2 | 7 | 2 | 4 | 4 | 4 | 13 | 3 | 2 | 4 | 3 | 2 | 2 | 6 | 5 | 3 | 1 | 1 | 1 | 9 | 8 | 7 | 3 | 4 | 2 | 3 | 2 | 4 | 3 | 3 | 2 | 2 | 4 | 2 | 2 | 5 | 2 | 7 | 5 | 4 | 7 | 1 | 4 |
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.