Skip to content

Releases: arthrfrts/Liquid.novaextension

Version 2.0.2

13 Aug 04:20
Compare
Choose a tag to compare

New:

  • New tags
    Added support for Jekyll {% include_relative %} tag.
  • Updates tree-sitter dylib
    Following latest release by @hankthetank27.

Version 2.0.1

10 Aug 04:12
Compare
Choose a tag to compare

New:

  • Initial support for Jekyll-specific syntax
    Jekyll-specific tags, such as {% link %} and {% feed_meta %} are supported.

Fixes:

  • Fixes code-injections for Markdown
    Prevents HTML (Liquid) files to think they're actually Markdown files. They're not!
  • Fixes support for filters
    Sorry about that! Filters are working as it should have since v2.0 release.

Version 2.0

31 Jul 01:48
d20e696
Compare
Choose a tag to compare

Tree-sitter! I finally managed to migrate this extension to be a Tree-sitter language, using the tree-sitter library to support rich syntax rules.

This is an initial release, to prepare for the release of Nova 13, which will drop support for the legacy Regex language extensions later this year. So, somethings to consider before updating:

  • There is not support for some custom Jekyll tags, such as include_cached, seo, and feed_meta. I'm looking into adding these custom tags back to the extension soon.
  • SCSS (Liquid) and CSS (Liquid) were removed. Both never worked great before, so I'm planning to start fresh this time and try to reimplement it in a better way in the future.
  • I plan to rewrite the Completions in the future, stay tuned!

Also, some bugs were fixed --- mostly under the hood (like variables being considered methods). One major fix was in detectors. Now I believe HTML and Markdown files will be properly detected without conflicting with their non-Liquidfied counterparts :)

Please, help me make this new major version better by filing bugs and giving feedback on GitHub. Thanks!

Version 1.2.5

18 Oct 04:26
Compare
Choose a tag to compare

🚨 Ongoing:

  • Removes detectors for Liquid subsyntaxes other than HTML, since they do not provide the quality I'm aiming for as of yet.

Full Changelog: 1.2.4...1.2.5

Version 1.2.3

21 Sep 17:07
Compare
Choose a tag to compare

Fixes:

  • This update adds detectors to Liquid on CSS, SCSS and Markdown files.

Version 1.2

27 Nov 22:53
Compare
Choose a tag to compare

New

  • Liquid on Markdown and Liquid on CSS/SCSS
    You can now use Liquid in your Markdown, CSS and SCSS files.

Known issues

  • Liquid for Nova still doesn't figure out automatically if you're writing Liquid on Markdown and CSS files. I plan to look further in file matches and detectors to fix this issue.

Full Changelog: v1.1.2...v1.2

Version 1.1.2

27 Mar 22:00
Compare
Choose a tag to compare

Fixes:

  • Fixes a capture completion which generated an invalid syntax.
  • Prevents Nova to spell-check the {% comment %} tag.

Version 1.1.1

27 Mar 22:00
Compare
Choose a tag to compare

Chores:

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

Version 1.1

21 Mar 06:52
Compare
Choose a tag to compare

New:

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

v1.0.3

21 Mar 03:39
Compare
Choose a tag to compare

Fixes:

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