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

Hamlbars

by Greplytix ALL

Sublime Text 3 Syntax highlighting for .hamlbars files which is a combination of both Haml and Handlebars

Details

Installs

  • Total 2K
  • Win 732
  • Mac 927
  • Linux 481
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 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 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
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Hamlbars

Sublime Text 3 syntax definitions and auto-completions for .hamlbars files.

Installation

With Package Control

  1. Open the command palette. (ctrl+shift+p or command+shift+p)
  2. Type “install” and choose Package Control: Install Package
  3. Type “Hamlbars” and select the package by Greplytix.

Manually

Clone this repository into one of the following directories:

OS X: ~/Library/Application Support/Sublime Text 3/Packages/User

Windows: %APPDATA%/Roaming/Sublime Text 3/Packages/User

Linux: ~/.config/sublime-text-3/Packages/User

Trouble-shooting:

If .hamlbar files are not being automatically associated with the Hamlbars language: 1. While viewing a .hamlbars file 2. Go to the bottom-right language switcher. 3. Go to sub-menu “Open all with current extension as…”. 4. Select Hamlbars.

Development Pipeline

Contributors, when updating the syntax definitions, please transcompile the Hamlbars.tmLanguage.YAML (YAML) file to the Hamlbars.tmLanguage (plist) file via SerializedDataConverter.

Credits

This package has been adapted from Handlebars by Daniel Demmel, which was adapted from Nicholas Westlake's Handlebars package, and has been combined with built-in Sublime Text 3 support for Haml.

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.