Please add support for mcfunction language. If not possible, documentation on how to add new languages would be nice.
mcfunction is a lang used to make Datapacks for mc.
All languages should now be supported through the use of a language configuration file. What syntax highlighting extension do you use for this language?
Looks like # should be the supported single line comment syntax for this. Does it not highlight? Could you share a sample file for me to reproduce the issue?
https://github.com/SpyglassMC/vscode-datapack/blob/master/language-configuration.json for reference
test.mcfunction.zip How will the syntax of comments work, if /** */ isn't how comments are declared