Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrfrts committed Mar 21, 2021
1 parent da4eec5 commit f925780
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,29 @@

**New:**

- Completions! Now this extension supports code completions for both Liquid and Jekyll tags and filters.
- **v1.1 brings Completions!**
Liquid for Nova now supports code completions for both Liquid and Jekyll tags and filters.

## Version 1.0.3
### Version 1.1.1

**Chores:**

- Fixes the extension image, broken in the 1.1 release.
- Updates the CHANGELOG with a new, leaner organization.

***

## Version 1.0

Initial release

### Version 1.0.3

**Fixes:**

- Fix an issue where all `.html` files were identified as Liquid files.
- Fix an issue where all `.html` files were identified as Liquid files (#2).

## Version 1.0.2
### Version 1.0.2

**Enhancements:**

Expand All @@ -19,13 +33,9 @@
- Modified priority of html to 0.5 (value is valid between 0-1) (#1) (also a bugfix).
- Added content matching rule for liquid handlebar (#1).

## Version 1.0.1
### Version 1.0.1

**Fixes:**

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

## Version 1.0

Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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)
![Screenshot from Nova editor with a Liquid file being highlighted](https://github.com/arthrfrts/Liquid.novaextension/blob/main/preview.png?raw=true)

## Language Support 📚

Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Liquid-HTML.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<extension priority="1.0">liquid</extension>
<extension priority="0.2">html</extension>
<match-content lines="100" priority="0.9">\{\%</match-content>
<match-content lines="5" priority="0.7">\{\{</match-content>
<match-content lines="100" priority="0.7">\{\{</match-content>
</detectors>

<indentation>
Expand Down

0 comments on commit f925780

Please sign in to comment.