Skip to content

oxade/vscode-move-syntax

 
 

Repository files navigation

Move Language syntax for VSCode

This VSCode extension adds Move syntax support to VSCode (see VSCode marketplace page).

If you want to know more about the language, see these resources:

Highlighting examples

Move syntax highlighting

Note for Extension Developers

If you're building your own extension for Move, please consider using this one for syntax highlighting. To do so, simply add this extension to the list of dependencies of your extension's package.json file, and it should do the job. Example:

"extensionDependencies": [
	"damirka.move-syntax"
],

These extensions are already using this syntax highlighting:

Contribution

Feel free to ask any questions or report bugs by opening new issue.

License

Originally licensed under Apache license (see COPYING). Sublicensed as MIT.

About

Move language syntax for VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%