Skip to content

MariusDoe/mcfunction-langserver

 
 

Repository files navigation

Minecraft Function Language Server

code style: prettier Build Status Renovate enabled

This is a language server which provides support for Minecraft function (.mcfunction) files.

Contributing

To contribute to the repository, feel free to make a fork on GitHub, and open a pull request. The recommended editor is Visual Studio Code - The required settings are set in the settings file
To install dependencies, run npm install.
To compile, run npm run compile.
To test, either run the launch task Mocha Tests in vscode, or run npm test. Note that the Launch Task automatically compiles first.

License

Copyright (c) 2018 Levertion

Licensed under the MIT License.

About

Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%