ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Laravel Blade Highlighter

by Eric Percifield ALL Top 100

Laravel Blade syntax highlighter support for Sublime Text.

Details

  • 2.0.1
    1.6.18
    1.5.6
    1.5.3
  • github.​com
  • github.​com
  • 1 year ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 453K
  • Win 275K
  • Mac 91K
  • Linux 87K
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12
Windows 1 15 7 14 20 8 18 22 7 18 19 15 4 2 7 16 16 13 13 8 6 7 14 14 12 10 11 10 14 14 11 16 6 7 9 13 16 26 22 16 11 16 19 13 19 13
Mac 1 5 4 0 1 2 2 6 4 6 4 4 2 2 8 1 4 5 2 3 1 2 6 3 2 6 0 1 2 6 3 5 2 2 4 2 7 3 8 11 1 5 2 3 4 8
Linux 0 1 4 7 3 3 4 3 2 4 5 8 6 3 5 3 5 3 7 3 0 3 5 3 4 4 3 5 5 2 2 8 3 8 3 6 5 3 4 5 3 4 5 4 5 2

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

  1. Search for Laravel Blade and install it.
  2. Restart Sublime Text.
  3. Reopen any .blade files.
  4. Enjoy :)

Sublime Text Manual Install

  1. Download or clone this repository into [install-dir]/Packages/laravel-blade
  2. Restart Sublime Text.
  3. Reopen any .blade files.
  4. Enjoy :)

Yeah but, show me what it is?

blade-example

Predawn.

blade-example

Material Theme.

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.