Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy authored Jun 14, 2024
1 parent 5845fe7 commit 4e6d860
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A MicroPython IDE for Web and Mobile
## Features

- **File Editor**
- Syntax highlighting for `.py`, `.json`, `.pem` (based on `CodeMirror`)
- Syntax highlighting for `.py`, `.json`, `.pem`
- Auto expand/minify of `.json` files
- Viewer mode for `Markdown`
- `Hex` viewer for binary files
Expand All @@ -37,7 +37,7 @@ A MicroPython IDE for Web and Mobile
- **Package Manager**
- `micropython-lib` index
- **Terminal / REPL**
- ANSI escape sequences support (based on `xterm.js`)
- VT100 (ANSI escape sequences) support
- Snippet support - *WIP*
- Improved UX
- Progressive Web App
Expand All @@ -54,6 +54,8 @@ A MicroPython IDE for Web and Mobile
[ViperIDE Online ](https://viper-ide.org)
[Documentation](./docs/)
[Discussion](https://github.com/orgs/micropython/discussions/15219)
[CodeMirror](https://codemirror.net)
[Xterm.js](https://xtermjs.org)

## Limitations

Expand Down

0 comments on commit 4e6d860

Please sign in to comment.