Levertion / mcfunction-langserver

Language Server for Minecraft Functions. See https://github.com/Levertion/vscode-mcfunction for a use
MIT License
16 stars 6 forks source link

Allow indentation in functions. #109

Closed Levertion closed 5 years ago

Levertion commented 5 years ago

This could be as simple as originally calling reader.skipWhitespace, but we need to handle comments with indentation too.