-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
fix(transformers): support more comment style for notation transformer #745
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
✅ Deploy Preview for shiki-matsu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for shiki-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
antfu
approved these changes
Aug 17, 2024
diegohaz
referenced
this pull request
in ariakit/ariakit
Aug 18, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [shiki](https://github.com/shikijs/shiki) ([source](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki)) | [`1.13.0` -> `1.14.1`](https://renovatebot.com/diffs/npm/shiki/1.13.0/1.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/shiki/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/shiki/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/shiki/1.13.0/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shiki/1.13.0/1.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>shikijs/shiki (shiki)</summary> ### [`v1.14.1`](https://github.com/shikijs/shiki/releases/tag/v1.14.1) [Compare Source](https://github.com/shikijs/shiki/compare/v1.14.0...v1.14.1) ##### 🚀 Features - **twoslash**: Handle nested include statements - by [@​ap0nia](https://github.com/ap0nia) and [@​antfu](https://github.com/antfu) in [https://github.com/shikijs/shiki/issues/746](https://github.com/shikijs/shiki/issues/746) [<samp>(4bda0)</samp>](https://github.com/shikijs/shiki/commit/4bda0e4b) ##### [View changes on GitHub](https://github.com/shikijs/shiki/compare/v1.14.0...v1.14.1) ### [`v1.14.0`](https://github.com/shikijs/shiki/releases/tag/v1.14.0) [Compare Source](https://github.com/shikijs/shiki/compare/v1.13.0...v1.14.0) ##### 🚀 Features - **twoslash**: Support `@includes` - by [@​ap0nia](https://github.com/ap0nia) and [@​antfu](https://github.com/antfu) in [https://github.com/shikijs/shiki/issues/737](https://github.com/shikijs/shiki/issues/737) [<samp>(c4cb1)</samp>](https://github.com/shikijs/shiki/commit/c4cb18b5) ##### 🐞 Bug Fixes - **transformers**: Support more comment style for notation transformer - by [@​sharpchen](https://github.com/sharpchen) in [https://github.com/shikijs/shiki/issues/745](https://github.com/shikijs/shiki/issues/745) [<samp>(d5cf4)</samp>](https://github.com/shikijs/shiki/commit/d5cf4a69) ##### [View changes on GitHub](https://github.com/shikijs/shiki/compare/v1.13.0...v1.14.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/ariakit/ariakit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
Description
Add more comment style
vim
"
vb
'
lisp
;;
or;
latex
%
mermaid
%%
Linked Issues
none
Additional context
https://regex101.com/r/qm9CzU/1