Skip to content

Commit 1b7b5a7

Browse files
committed
sync code
1 parent 1004965 commit 1b7b5a7

File tree

20 files changed

+5638
-855
lines changed

20 files changed

+5638
-855
lines changed

src/.vuepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export default defineUserConfig({
88
"/": {
99
lang: "en-US",
1010
title: "Hulo",
11-
description: "A docs demo for vuepress-theme-hope",
11+
description: "✨ The official documentation site for the Hulo programming language.",
1212
},
1313
"/zh/": {
1414
lang: "zh-CN",
1515
title: "Hulo",
16-
description: "vuepress-theme-hope 的文档演示",
16+
description: "✨ Hulo 编程语言的官方文档网站。",
1717
},
1818
},
1919

src/.vuepress/hulo.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"patterns": [
216216
{
217217
"name": "keyword.control.hulo",
218-
"match": "\\b(mod|part|use|class|enum|trait|cmd|fn|let|var|const|import|is|as|from|type|typeof|operator|impl|for|extends|extension|try|catch|finally|defer|throw|throws|if|else|match|do|loop|in|range|return|break|continue|comptime|unsafe|extern|declare|async|await)\\b"
218+
"match": "\\b(mod|part|use|class|enum|trait|cmd|fn|let|var|const|import|is|as|from|type|typeof|operator|impl|for|extends|extension|try|catch|finally|defer|throw|throws|if|else|match|do|loop|in|of|range|return|break|continue|comptime|unsafe|extern|declare|async|await)\\b"
219219
},
220220
{
221221
"name": "keyword.operator.new",

src/.vuepress/sidebar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const enSidebar = sidebar({
2828
"trait",
2929
"generics",
3030
"comptime",
31-
"annotation",
31+
"decorator",
3232
"unsafe",
3333
"async",
3434
"test",

src/.vuepress/sidebar/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const zhSidebar = sidebar({
2828
"trait",
2929
"generics",
3030
"comptime",
31-
"annotation",
31+
"decorator",
3232
"unsafe",
3333
"async",
3434
"test",

src/grammar/annotation.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)