Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shopify/liquid-tm-grammar

The official syntax highlighting grammar for Shopify Liquid
https://github.com/shopify/liquid-tm-grammar

grammar-files liquid syntax-highlighting textmate

Last synced: about 1 month ago
JSON representation

The official syntax highlighting grammar for Shopify Liquid

Awesome Lists containing this project

README

        




logo


Shopify Liquid TextMate Grammar


The official syntax highlighting grammar for Shopify Liquid

This repository contains the official syntax highlighting rules for the [Shopify flavor of Liquid](https://shopify.dev/themes).

[Features](#features) | [Development](#development) | [Credits](#credits)

## Features

- 🎨 TextMate grammar (.tmLanguage) for Liquid that works in the following contexts:
- ✅ [Visual Studio Code](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#textmate-grammars)
- ✅ [Atom Editor](https://flight-manual.atom.io/hacking-atom/sections/creating-a-legacy-textmate-grammar/)
- ✅ [Sublime Text](https://www.sublimetext.com/docs/scope_naming.html)
- ✅ [GitHub.com](https://github.com/GitHub/linguist)
- 💧 Multi-lingual support:
- ✅ Liquid in HTML
- ✅ Liquid in JavaScript
- ✅ Liquid in CSS

## Development

See [CONTRIBUTING.md](./CONTRIBUTING.md).

## Credits

- The initial version of the syntax comes from [siteleaf/liquid-syntax-mode](https://github.com/siteleaf/liquid-syntax-mode)