Skip to content

Commit

Permalink
Add syntax highlighting for persistent and transient keywords (#281)
Browse files Browse the repository at this point in the history
* Update 'motoko' npm package version

* Update backend.yml

---------

Co-authored-by: Gabor Greif <gabor@dfinity.org>
  • Loading branch information
rvanasa and ggreif authored Feb 4, 2025
1 parent cb8ddd8 commit eb3e780
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
key: cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dfx
uses: dfinity/setup-dfx@main
with:
Expand Down
112 changes: 59 additions & 53 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"lodash.debounce": "^4.0.8",
"motoko": "^3.8.1",
"motoko": "^3.10.1",
"prettier-plugin-motoko": "^0.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit eb3e780

Please sign in to comment.