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

ISML

by aearly ALL

Sublime/Textmate Language Grammar for Demandware ISML

Details

  • 2026.07.31.20.45.18
  • github.​com
  • github.​com
  • 1 month ago
  • 3 hours ago
  • 13 years ago

Installs

  • Total 1K
  • Win 576
  • Mac 506
  • Linux 79
Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22
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 1 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 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

ISML tmlanguage

TextMate/Sublime Text language grammar (tmLanguage) for Demandware ISML

Work with Demandware ISML and want to use a nicer text editor with more contextual syntax highlighting? This is for you.

Example image (ST2, Monokai):

Works in Sublime Text 2, 3 and 4, as well as TextMate.

Essentially an extended version of the HTML language grammar.

Sublime Text 3 / 4

Two grammars are shipped:

  • ISML.sublime-syntax — the modern, recommended grammar for Sublime Text 3 and 4 (.sublime-syntax YAML format). It embeds JavaScript inside <isscript> and ${ ... } expressions, and embeds CSS/JS for <style> / <script>.
  • ISML.tmLanguage — the legacy TextMate grammar, kept for Sublime Text 2 and TextMate. Its regular expressions were adjusted (no possessive quantifiers or atomic groups) so the file also loads cleanly in Sublime Text 3 and 4.

When both files are present, Sublime Text ¾ automatically prefers ISML.sublime-syntax.

Installation

Available through Sublime Package Control as ISML

To manually install, clone this repo into your Sublime Text Packages directory (open it via Preferences → Browse Packages…). Typical locations:

  • Sublime Text 4 (macOS): ~/Library/Application Support/Sublime Text/Packages
  • Sublime Text 3 (macOS): ~/Library/Application Support/Sublime Text 3/Packages
  • Sublime Text 2 (Linux): ~/.config/sublime-text-2/Packages