3 comments (3 comments)3 reactions (3 reactions)0 assignees (0 assignees)JavaScript4,064 forks (4,064 forks)batch import
feature-requestgrammarshelp wanted
Repository metrics
- Stars
- 46,002 stars (46,002 stars)
- PR merge metrics
- Avg merge 6h 26m (Avg merge 6h 26m)15 merged PRs in 30d (15 merged PRs in 30d)
Description
Blazor syntax is really like razor, just need to change the @{ } block to @code { } block.
Contributor guide
- Research direction
- Study Monaco's language contribution system, examine existing razor language support, and adapt the tokenizer to handle Blazor's @code blocks.
- Tech stack
- javascript
- Domain
- frontendtooling
- Issue type
- Feature
- Prerequisites
- JavaScriptMonaco Editor internals