Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>MoJing-Script-HinterNew to Visual Studio Code? Get it now.
MoJing-Script-Hinter

MoJing-Script-Hinter

lirewriter

|
828 installs
| (3) | Free
An extension for Project MoJing
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MoJingScript README

The extension is a lint for script of Project Mojing.

Known issues

We don't have language server now.

Release Notes

0.1.0

First commit for MoJing basic script.

The EBNF Syntax of MoJingScript

Here we list the simplified EBNF Syntax.

ScriptList := ScriptItem ScriptList
ScriptItem := ScriptTitle ScriptContent
ScriptTitle := '{' CharSequence '-' CharSequence '}'
ScriptContent := ScriptLine ScriptContent
ScriptLine := ScriptAttribute | ScriptSentense
ScriptAttribute := '[' CharSequence '=' CharSequence ']'
ScriptSentense := '(' CharSequence ')' CharSequence
CharSequence := Char CharSequence
Char := 'a' | 'b' | ... | 'z' | '0' | '1' | .. | '9' | '-'

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft