Skip to content

Commit

Permalink
Monaco snytax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Jun 6, 2024
1 parent a61cb3d commit 39d7e60
Show file tree
Hide file tree
Showing 13 changed files with 77 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm i --force
- run: npm run lint

typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm i --force
- run: tsc

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm i --force
- run: npm test
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"test": "vitest run"
},
"devDependencies": {
"@monaco-editor/react": "4.6.0",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
Expand All @@ -32,7 +31,10 @@
"hyparquet": "0.9.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-monaco-editor": "0.55.0",
"rollup": "4.18.0",
"rollup-plugin-monaco-editor": "0.2.1",
"rollup-plugin-postcss": "4.0.2",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vitest": "1.6.0"
Expand Down
2 changes: 2 additions & 0 deletions public/build/monaco-editor/esm/vs/editor/editor.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions public/build/render.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/render.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39d7e60

Please sign in to comment.