UNPKG

@codemirror/lang-liquid

Version:

Liquid template support for the CodeMirror code editor

42 lines (21 loc) 782 B
## 6.2.3 (2025-03-21) ### Bug fixes Properly terminate inline comments at `}}` and `%}` tokens. ## 6.2.2 (2024-11-14) ### Bug fixes Support filter syntax after assign directives. ## 6.2.1 (2024-02-02) ### Bug fixes Explicitly declare dependencies on @codemirror/state, /view, and /autocomplete. ## 6.2.0 (2024-01-03) ### New features The `closePercentBrace` extension (included in the default language support) will double percent signs typed between braces. ## 6.1.0 (2023-12-22) ### New features `LiquidCompletionConfig.properties` is now passed the completion context. ## 6.0.1 (2023-09-28) ### Bug fixes Remove an unneeded constraint that required the base language to be some form of HTML. ## 6.0.0 (2023-09-20) ### Breaking changes First numbered release.