Skip to content

Commit

Permalink
minor highligt update
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 27, 2023
1 parent 55f8444 commit 1309748
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 533 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Build application
Expand Down
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- load files with full path
- use JSZip for storing in localStorage
- extend info modal
- syntax highlights heta for `abstract namespace xxx`
? not to display output.log
? autocomplete in heta syntax
? Matlab highliting support
Expand All @@ -15,4 +16,6 @@

## Errors

- highlight namespace


Loading

0 comments on commit 1309748

Please sign in to comment.