You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Parsing + Prettier support for {% doc %} open and close tags
Implement fallbackNode for LiquidDoc
Enhance Liquid HTML Parser: Introduce paramNode and update CST tests
- Added `paramNode` to the grammar for LiquidDoc, allowing for parameter definitions in doc tags.
- Updated the parsing logic to recognize and handle `@param` syntax correctly.
- Modified CST tests to validate the new structure, ensuring proper identification of `LiquidDocParamNode` and associated text nodes.
- Refactored existing tests to align with the new parsing rules and improve accuracy.
Introduce LiquidDocCST and LiquidDocConcrete
Add liquidDocParam handling to stage2 AST
- Updated the `toLiquidDocAST` function to include handling for `@param` syntax and fallback text node
Prettier - Add CSS Handling
Enhance LiquidCompletionParams: Add handling for LiquidDocParamNode in LiquidCompletionParams
Add LiquidCST to union of LiquidHTMLCST types
Add LiquidDocParamNode case to print function
Add basic prettier support for doc tag
0 commit comments