Skip to content

mojule/vscode-mmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMON Language

Visual Studio Code syntax highlighting for MMON

Installation

This VSCode extension has not yet been published to the Visual Studio Code Marketplace

You should install this extension from the .vsix file included in the repository. mmom-x.x.x.vsix.

You can install the .vsix file into VSCode from the Command Palette or the Command Line.

Install from Command Palette

  • Ctrl-Shift-P or F1 to show the Command Palette
  • Select : Extensions: Install from VSIX...
  • Select the mmon-x.x.x.vsix file.

Install from Command line

  • code --install-extension mmon-x.x.x.vsix

Developer Information

Useful links

How to write a syntax highlighting package for atom

language grammars->naming conventions

Writing a TextMate Grammar: Some Lessons Learned

Tips

To see the themeing data for editor elements:

  • Ctrl-Shift-P or F1 to show the Command Palette
  • Select : Developer: Inspect TM Scopes

License

MIT

About

Visual Studio Code syntax highlighting for MMON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published