https://github.com/ctron/monaco-editor-textmate-web
A helper to register TextMate grammars with the Monaco Code Editor in Rust
https://github.com/ctron/monaco-editor-textmate-web
Last synced: over 1 year ago
JSON representation
A helper to register TextMate grammars with the Monaco Code Editor in Rust
- Host: GitHub
- URL: https://github.com/ctron/monaco-editor-textmate-web
- Owner: ctron
- License: mit
- Created: 2023-02-23T11:30:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T11:41:20.000Z (over 3 years ago)
- Last Synced: 2025-02-05T02:40:45.960Z (over 1 year ago)
- Language: Rust
- Size: 335 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust bindings for monaco-editor-textmate in WASM
[](https://crates.io/crates/monaco-editor-textmate-web)
[](https://docs.rs/monaco-editor-textmate-web)
This crate allows one to use [TextMate grammars](https://macromates.com/manual/en/language_grammars) in combination
with [siku2/rust-monaco](https://github.com/siku2/rust-monaco). It is based on the work of [zikaari/monaco-editor-textmate](https://github.com/zikaari/monaco-editor-textmate).