An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Rust bindings for monaco-editor-textmate in WASM

[![crates.io](https://img.shields.io/crates/v/monaco-editor-textmate-web.svg)](https://crates.io/crates/monaco-editor-textmate-web)
[![docs.rs](https://docs.rs/monaco-editor-textmate-web/badge.svg)](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).