Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Mar 21, 2021
1 parent 273cf9c commit 61dcf72
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 1.1

**New:**

- Completions! Now this extension supports code completions for both Liquid and Jekyll tags and filters.

## Version 1.0.3

**Fixes:**
Expand All @@ -15,6 +21,8 @@

## Version 1.0.1

**Fixes:**

- Removes YAML block, since that didn't worked.
- Improves Liquid tag support in Nova 4.0+.

Expand Down
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# Liquid.novaextension 🌊
# Liquid for Nova 🌊

A [Nova](https://nova.app) extension that provides syntax highlighting and autocompletion for [Liquid template markup](http://liquidmarkup.org).
A [Nova](https://nova.app) extension that provides syntax highlighting and code completion for [Liquid template markup](http://liquidmarkup.org) and [Jekyll custom tags and filters](https://jekyllrb.com/docs/liquid/).

![](https://github.com/arthrfrts/Liquid.novaextension/blob/main/preview.png)

## Language Support 📚

Liquid currently supports the following features of Important Language:
This extension adds supports for:

- Native Tags
- Jekyll Tags
- Native Liquid tags and filters
- Specific Jekyll tags and filters

Support for:

- Filters
- Completions

is planned for a future update. 🚀
Code completion is still in early stages, and your help is appreciated!
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Liquid",
"organization": "arthr",
"description": "Syntax highlighting for Liquid template files.",
"version": "1.0.3",
"version": "1.1",
"license": "MIT",
"bugs": "https://github.com/arthrfrts/Liquid.novaextension/issues",
"repository": "https://github.com/arthrfrts/Liquid.novaextension",
Expand Down
Binary file modified extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61dcf72

Please sign in to comment.