Skip to content

Commit a6b133a

Browse files
authored
feat(text-editor): support highlighting for all registered languages, add some refactorings (#136)
* feat(text-editor): support highlighting for all languages & add go language & avoid CSS regeneration during build * feat(text-editor): implement Text with @volar/source-map --------- Co-authored-by: stream-pipe <stream-pipe@users.noreply.github.com>
1 parent 010f53b commit a6b133a

28 files changed

Lines changed: 975 additions & 1538 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-editor/code-language-json",
5+
"comment": "implement Text with @volar/source-map",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@coze-editor/code-language-json",
10+
"email": "stream-pipe@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-editor/extension-completion-icons",
5+
"comment": "support highlighting for all languages & add go language & avoid CSS regeneration during build",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@coze-editor/extension-completion-icons",
10+
"email": "stream-pipe@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-editor/preset-code-languages",
5+
"comment": "support highlighting for all languages & add go language & avoid CSS regeneration during build",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@coze-editor/preset-code-languages",
10+
"email": "stream-pipe@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-editor/preset-code",
5+
"comment": "support highlighting for all languages & add go language & avoid CSS regeneration during build",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@coze-editor/preset-code",
10+
"email": "stream-pipe@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-editor/preset-code",
5+
"comment": "implement Text with @volar/source-map",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@coze-editor/preset-code",
10+
"email": "stream-pipe@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-editor/utils",
5+
"comment": "implement Text with @volar/source-map",
6+
"type": "minor"
7+
}
8+
],
9+
"packageName": "@coze-editor/utils",
10+
"email": "stream-pipe@users.noreply.github.com"
11+
}

0 commit comments

Comments
 (0)