From 83203b865a9753d3eeb41cd40c2d927162d0038d Mon Sep 17 00:00:00 2001 From: Siz Long Date: Fri, 5 Dec 2025 14:03:22 +0800 Subject: [PATCH] Fix Shiki language mapping for C++ snippets --- ...216\257\345\275\242\351\223\276\350\241\250II_translated.md" | 2 +- ...0\213\261\346\226\207\345\255\227\346\257\215_translated.md" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" "b/app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" index 59e0dc7..1f0931d 100644 --- "a/app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" +++ "b/app/docs/CommunityShare/Leetcode/142.\347\216\257\345\275\242\351\223\276\350\241\250II_translated.md" @@ -166,7 +166,7 @@ class Solution: a, b = a.next, b.next return b ``` -```C++ +```cpp class Solution { public: ListNode *detectCycle(ListNode *head) { diff --git "a/app/docs/CommunityShare/Leetcode/2309\345\205\274\345\205\267\345\244\247\345\260\217\345\206\231\347\232\204\346\234\200\345\245\275\350\213\261\346\226\207\345\255\227\346\257\215_translated.md" "b/app/docs/CommunityShare/Leetcode/2309\345\205\274\345\205\267\345\244\247\345\260\217\345\206\231\347\232\204\346\234\200\345\245\275\350\213\261\346\226\207\345\255\227\346\257\215_translated.md" index 465d3ae..baecb6a 100644 --- "a/app/docs/CommunityShare/Leetcode/2309\345\205\274\345\205\267\345\244\247\345\260\217\345\206\231\347\232\204\346\234\200\345\245\275\350\213\261\346\226\207\345\255\227\346\257\215_translated.md" +++ "b/app/docs/CommunityShare/Leetcode/2309\345\205\274\345\205\267\345\244\247\345\260\217\345\206\231\347\232\204\346\234\200\345\245\275\350\213\261\346\226\207\345\255\227\346\257\215_translated.md" @@ -43,7 +43,7 @@ class Solution: return "" ``` -```C++ Hash table +```cpp Hash table class Solution { public: string greatestLetter(string s) {