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

Laravel Blade Highlighter

by Eric Percifield ALL Trending 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
  • 2 hours ago
  • 11 years ago

Installs

  • Total 454K
  • Win 276K
  • Mac 91K
  • Linux 87K
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 16 11 17 12 7 6 13 14 12 10 16 16 7 6 8 17 12 8 9 7 7 17 8 21 19 15 10 9 14 11 14 6 12 4 8 10 6 12 10 9 5 8 15 21 19
Mac 0 4 5 5 8 1 1 1 4 6 1 1 2 2 2 1 4 3 2 4 4 1 4 4 5 1 5 2 1 2 2 5 4 5 3 2 3 4 5 0 3 2 2 3 7 3
Linux 0 7 5 13 2 4 7 6 3 3 4 8 3 3 3 5 8 3 8 5 5 3 0 2 4 2 4 5 2 5 8 2 5 3 2 3 5 3 5 4 7 6 3 5 6 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

  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.