-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add parsing + prettier support for @param in {% doc %} tags #646
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. |
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
from
December 4, 2024 17:28
4d4c72d
to
92a1d96
Compare
jamesmengo
force-pushed
the
jm/doc_param
branch
2 times, most recently
from
December 4, 2024 17:37
64f7dd8
to
944ecb4
Compare
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
from
December 4, 2024 19:36
92a1d96
to
10ded69
Compare
This was referenced Dec 4, 2024
jamesmengo
changed the title
Implement fallbackNode for LiquidDoc
Add parsing support for @param tags in LiquidDoc
Dec 4, 2024
jamesmengo
force-pushed
the
jm/doc_tag
branch
from
December 4, 2024 22:09
330b509
to
59c43dc
Compare
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
from
December 5, 2024 00:56
10ded69
to
79f4c94
Compare
8 tasks
jamesmengo
commented
Dec 5, 2024
packages/theme-language-server-common/src/completions/params/LiquidCompletionParams.ts
Show resolved
Hide resolved
jamesmengo
changed the title
Add parsing support for @param tags in LiquidDoc
Add basic parsing support for @param tags in LiquidDoc
Dec 5, 2024
jamesmengo
commented
Dec 5, 2024
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
2 times, most recently
from
December 11, 2024 00:42
68227c4
to
e7ed99d
Compare
jamesmengo
changed the title
Add basic parsing support for @param tags in LiquidDoc
Add basic parsing + prettier support for LiquidDoc param tag
Dec 11, 2024
jamesmengo
changed the title
Add basic parsing + prettier support for LiquidDoc param tag
Add parsing + prettier support for @param in {% doc %} tags
Dec 11, 2024
8 tasks
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
from
December 19, 2024 23:20
38b6f21
to
4d6c5e4
Compare
8 tasks
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
from
January 7, 2025 22:42
4d6c5e4
to
330f04b
Compare
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
2 times, most recently
from
January 14, 2025 23:07
ba370d4
to
3c9cefa
Compare
…ier option and simplify types Now that this is a configurable option, we don't need to capture this information in the type. This means we can replace the description node with a simple text node. Simplify types: Remove Replace LiquidDocParamDescription with TextNode Now that the param description is configurable, this isn't needed
jamesmengo
force-pushed
the
jm/implement_fallbackNode
branch
from
January 16, 2025 22:17
56acedc
to
ac55577
Compare
This was referenced Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What are you adding in this PR?
Closes https://github.com/Shopify/develop-advanced-edits/issues/441
https://share.descript.com/view/sZkEWbd5kAr
Added support for parsing and formatting
@param
tags within Liquid doc blocks.liquidDocParamDash
to format all descriptions with-
(or not)What's next? Any followup issues?
@example
tagWhat did you learn?
Creating ohm syntax rules is an art form
Testing
Cursor.-.Extension.Development.Host.swatch.liquid.horizon.mp4
Before you deploy
changeset