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
  • 2 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 456K
  • Win 277K
  • Mac 92K
  • Linux 87K
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7
Windows 4 6 5 7 6 6 3 0 0 10 10 8 13 9 14 7 9 8 8 2 2 3 9 7 8 6 9 7 15 10 9 17 7 4 9 9 10 8 10 14 8 9 14 12 12 15
Mac 2 1 0 4 3 1 2 0 0 2 3 0 2 2 1 4 5 5 2 2 2 1 3 4 7 0 1 5 3 7 7 0 0 4 10 4 4 4 0 3 3 1 3 3 6 5
Linux 1 1 1 1 4 9 5 0 0 5 5 1 5 2 4 4 4 4 3 2 3 7 5 3 6 4 6 4 3 4 4 1 0 5 7 4 5 3 8 5 4 1 1 2 7 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.