Skip to content
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

MkCodeのパースエンジンをShikiに変更 #12102

Merged
merged 21 commits into from
Oct 29, 2023

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Oct 21, 2023

What

  • MkCodeのパースにShikiを使用するように変更
  • MkCodeのインライン時はパースしないように変更(重いので)
  • AiScriptの言語シンタックスを追加、ハイライト可能に
  • スクラッチパッドのコードエディタもShikiでハイライトするように

image

image

Why

Fix #12054

  • AiScriptのハイライティングに対応
  • その他の言語のハイライティングに正確に対応(VSCodeと同じパースエンジンのため正確にパースできる)

Additional info (optional)

  • 処理が重い
  • 処理が重いので表示までに時間がかかる(MkLoadingを入れている)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Oct 21, 2023
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (feedad7) 78.94% compared to head (a55cf21) 78.96%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12102      +/-   ##
===========================================
+ Coverage    78.94%   78.96%   +0.01%     
===========================================
  Files          175      175              
  Lines        22877    22896      +19     
  Branches       493      493              
===========================================
+ Hits         18060    18079      +19     
  Misses        4817     4817              
Files Coverage Δ
packages/frontend/src/components/MkCode.vue 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kakkokari-gtyih
Copy link
Contributor Author

kakkokari-gtyih commented Oct 21, 2023

パフォーマンス改善してくださるかた募集中

@kakkokari-gtyih
Copy link
Contributor Author

実装自体は完了しているけど、パフォーマンスが悪いので改善募集中です🙏

@syuilo
Copy link
Member

syuilo commented Oct 23, 2023

どの時点のパフォーマンスが悪いのかしら
Shiki読み込み時? パース時? コンポーネントレンダリング時?

@kakkokari-gtyih
Copy link
Contributor Author

初回の読み込み時が遅いのと、パースの時も若干重い感じがあったので

@kakkokari-gtyih
Copy link
Contributor Author

コードエディタをShikiで仮実装

@github-actions
Copy link
Contributor

github-actions bot commented Oct 24, 2023

このPRによるapi.jsonの差分

差分はこちら

Get diff files from Workflow Page

@kakkokari-gtyih
Copy link
Contributor Author

実装自体は完了しているけど、パフォーマンスが悪いので改善募集中です🙏

(よほどの低スペックPCでなければ問題ない気がするのでもうこのまま行ってもいいんじゃないかと思っている)

@kakkokari-gtyih kakkokari-gtyih marked this pull request as ready for review October 24, 2023 10:57
@syuilo syuilo merged commit 1a8243f into misskey-dev:develop Oct 29, 2023
16 of 18 checks passed
@syuilo
Copy link
Member

syuilo commented Oct 29, 2023

👍👍

kanarikanaru pushed a commit to kanarikanaru/misskey that referenced this pull request Nov 2, 2023
* (swap) prism -> shiki

* fix styles

* (bump) aiscript-vscode to v0.0.5

* refactor

* replace prism-editor (beta)

* Update scratchpad.vue

* (enhance) MkCodeEditor自動インデント改行

* (fix) lint

* (add) scratchpad: MkStickyContainer

* Update CHANGELOG.md

* clean up

---------

Co-authored-by: syuilo <[email protected]>
@kakkokari-gtyih kakkokari-gtyih deleted the shiki branch December 8, 2023 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

コードブロックのシンタックスハイライトを拡充する(AiScript等)
2 participants