Skip to content

Commit 61e49ad

Browse files
committed
feat (language): 支持 CSS 语言
1 parent ababdf3 commit 61e49ad

9 files changed

Lines changed: 722 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ CodeForge 是一款轻量级、高性能的桌面代码执行器,专为开发
2626
- **C**
2727
- **Clojure**
2828
- **C++**
29+
- **CSS**
2930
- **Go**
3031
- **Groovy**
3132
- **HTML**

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@babel/runtime": "^7.28.2",
1414
"@codemirror/lang-cpp": "^6.0.3",
15+
"@codemirror/lang-css": "^6.3.1",
1516
"@codemirror/lang-go": "^6.0.1",
1617
"@codemirror/lang-html": "^6.4.9",
1718
"@codemirror/lang-java": "^6.0.2",

public/icons/css.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)