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 722
  • Mac 918
  • Linux 477
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 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 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
Mac 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 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 1 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.