Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shopify/liquid-tm-grammar
- Owner: Shopify
- License: mit
- Created: 2021-12-17T16:17:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T23:39:01.000Z (6 months ago)
- Last Synced: 2024-11-27T17:59:41.248Z (about 1 month ago)
- Topics: grammar-files, liquid, syntax-highlighting, textmate
- Language: JavaScript
- Size: 262 KB
- Stars: 16
- Watchers: 251
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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)