Skip to content

Commit

Permalink
Fix Readme Formatting (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Henley <[email protected]>
  • Loading branch information
adamazing authored Jun 20, 2023
1 parent a80c4c2 commit f4227e4
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align="center">tree-sitter-liquid 🌴🪑💧</h1>
<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-0.0.1-blue.svg?label=Version&cacheSeconds=2592000" />
<a href="#" target="_blank">
<!-- <img alt="Version" src="https://img.shields.io/badge/version-0.0.1-blue.svg?label=Version&cacheSeconds=2592000" /> -->
<a href="#">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
</a>
<a href="https://github.com/adamazing">
<img alt="Github: adamazing" src="https://img.shields.io/github/followers/adamazing?label=Followers&cacheSeconds=2592000" />
</a>
<a href="">
<a href="https://github.com/adamazing/tree-sitter-liquid/actions/workflows/test.yml">
<img alt="Github build status" src="https://img.shields.io/github/actions/workflow/status/adamazing/tree-sitter-liquid/test.yml" />
</a>
</p>
Expand All @@ -16,23 +16,20 @@
This is a from-scratch implementation of a tree-sitter parser for the Liquid templating language.

## Goals
🏆 A comprehensive description of Liquid grammar
🏆 Tests for all language rules
🏆 Tests for all code snippets in Shopify Liquid/Jekyll Liquid docs
🏆 Highlight queries
🏆 Tests for highlighting queries
🏆 Fold queries
🏆 Injection (and therefore highlighting) of HTML
🏆 Indent queries
🏆 Locals queries (and highlights)


🏆 A comprehensive description of Liquid grammar
🏆 Tests for all language rules
🏆 Tests for all code snippets in Shopify Liquid/Jekyll Liquid docs
🏆 Highlight queries
🏆 Tests for highlighting queries
🏆 Fold queries
🏆 Injection (and therefore highlighting) of HTML
🏆 Indent queries
🏆 Locals queries (and highlights)

## Resources

[Tree-sitter](https://github.com/tree-sitter/tree-sitter), and its amazing grammar parsing [documentation](https://tree-sitter.github.io/tree-sitter/).

[Shopify's](https://shopify.github.io/) Liquid templating language [documentation](https://shopify.github.io/liquid/basics/introduction/).

[Jekyll's](https://jekyllrb.com/) documentation of [their additions](https://jekyllrb.com/docs/liquid/) to the Liquid templating language.


0 comments on commit f4227e4

Please sign in to comment.