This directory contains a basic example Liquid project using v4. Take a look at the workspace .vscode/settings.json file and the .liquidrc file to better understand how the extension is working and the settings being used.
There are a couple of basic *.liquid
files located in the src
directory. The contents are purposefully unformatted.
The src/index.liquid
file contains Liquid + Markup.
The files located in the src/injection
directory show the injection grammars being applied.
The files located in the src/suffixed
directory show languages infused with Liquid.
The src/ignore-file.liquid
file is excluded from formatting as per the ignore
setting defined in the .liquidrc file.