https://github.com/james2doyle/sublime-liquid
A collection of syntaxes and completions for Liquid (and Shopify) templates
https://github.com/james2doyle/sublime-liquid
liquid shopify sublime syntax-highlighting
Last synced: 3 months ago
JSON representation
A collection of syntaxes and completions for Liquid (and Shopify) templates
- Host: GitHub
- URL: https://github.com/james2doyle/sublime-liquid
- Owner: james2doyle
- License: mit
- Created: 2019-11-16T23:51:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T19:50:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T08:48:48.815Z (4 months ago)
- Topics: liquid, shopify, sublime, syntax-highlighting
- Size: 529 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Liquid Sublime
> A collection of syntaxes and completions for Liquid (and Shopify) templates
### Why?
*How is this different from [braver/sublime-liquid](https://github.com/braver/sublime-liquid)?*
- Better highlighting, overall
- More completions
- Line and block comments
- Highlights `{% javascript %}` (as JS), `{% stylesheet %}` (as SCSS), `{% schema %}` (as JSON), and `{% raw %}` (as "nothing")
- Proper scoping for snippets (no liquid completions showing up in other files)
### Usage
*With Git*
- `cd $HOME/Library/Application\ Support/Sublime\ Text\ 3/Packages`
- `git clone https://github.com/james2doyle/sublime-liquid`*With Package Control*
- "Package Control > Add Repository"
- https://github.com/james2doyle/sublime-liquid
- "Package Control > Install Package"
- Install "sublime-liquid" package### TODOs
- [x] comments
- [x] tag completions
- [x] filter completions
- [x] `javascript`, `stylesheet`, `schema`, `raw` highlighting
- [x] Variable Symbols
- [ ] publish on Package Control