Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improves Liquid Support #5098

Merged
merged 7 commits into from
Mar 28, 2023
Merged

Improves Liquid Support #5098

merged 7 commits into from
Mar 28, 2023

Commits on Mar 20, 2023

  1. Improve liquid grammar support

    Brings support for Shopify Liquid Variation embedded code blocks which include:
    
    - {% schema %}
    - {% javascript %}
    - {% style %}
    - {% stylesheet %}
    
    In addition, line comment highlighting is now provided.
    panoply committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    672a104 View commit details
    Browse the repository at this point in the history
  2. Include the additional modes

    panoply committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1f242f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c3b0f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5646dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efa5539 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix lookbehind expressions

    panoply committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    adb067e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f3843 View commit details
    Browse the repository at this point in the history