Liquid
Shopify Liquid syntax for Sublime Text
Details
Installs
- Total 46K
- Win 15K
- Mac 27K
- Linux 5K
| 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 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 2 | 0 | 0 | 1 | 2 | 3 | 1 | 0 | 0 | 0 | 2 | 1 | 3 | 0 | 2 | 1 | 2 | 2 | 1 | 2 | 0 | 1 | 2 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 0 | 1 | 1 | 2 | 1 | 0 | 0 | 5 | 0 | 0 | 1 | 1 | 1 |
| Mac | 1 | 2 | 2 | 0 | 1 | 1 | 0 | 1 | 1 | 2 | 3 | 1 | 1 | 2 | 0 | 0 | 1 | 3 | 2 | 1 | 0 | 0 | 0 | 1 | 2 | 2 | 0 | 2 | 2 | 0 | 2 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 1 | 3 | 3 |
| Linux | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 2 | 1 |
Readme
- Source
- raw.githubusercontent.com
Liquid/Jekyll syntax for Sublime Text
Provides syntax highlighting for HTML and Markdown files with Shopify Liquid and Jekyll template tags.
For working with Jekyll, this package also provides proper syntax highlighting for yaml front matter.

Installation
Package Control
The easiest way to install is using Package Control. It's listed as Liquid.
- Open
Command Paletteusing ctrl+shift+P or menu itemTools → Command Palette... - Choose
Package Control: Install Package - Find
Liquidand hit Enter
Manual Install
- Download appropriate Liquid-2.0.0-st4xxx.sublime-package for your Sublime Text build.
Thest4xxxsuffix denotes the least required ST build for the sublime-package to work. - Rename it to Liquid.sublime-package
- Copy it into Installed Packages directory
To find Installed Packages…
- call Menu > Preferences > Browse Packages..
- Navigate to parent folder
Usage
To enable the syntax, select Liquid > HTML (Liquid) or Liquid > Markdown (Liquid) from syntax selection menu or via Command Palette.
To always open your templates with this syntax, use the Open all with current extension as ... option, and select the proper Liquid syntax.
Troubleshooting
Liquid extends Sublime Text's HTML, Markdown, CSS and JavaScript, syntax definitions.
If Liquid syntax highlighting doesn't work and console displays syntax errors,
- check if required bundled packages are enabled.
- remove any out-dated syntax override.
Enable bundled packages
- Open
Command Paletteusing ctrl+shift+P or menu itemTools → Command Palette... - Choose
Package Control: Enable Packages - Find
CSSand hit Enter - Repeat the steps for
JavaScript,HTMLandMarkdown
Remove overrides
- call Menu > Preferences > Browse Packages..
- Look for CSS, HTML, JavaScript, Markdown folder
- Remove them or at least delete any syntax definition in them