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
  • 2 weeks ago
  • 59 minutes ago
  • 13 years ago

Installs

  • Total 1K
  • Win 576
  • Mac 505
  • Linux 79
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 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
Windows 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 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 3 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