tree-sitter-mcfunction 0.4.0

Tree-sitter for the latest version of Minecraft mcfunction syntax
Documentation
{
	"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
	"grammars": [
		{
			"name": "mcfunction",
			"camelcase": "MCFunction",
			"title": "MCFunction",
			"scope": "source.mcfunction",
			"file-types": [
				"mcfunction",
				"bolt"
			],
			"highlights": "queries/mcfunction/highlights.scm",
			"injection-regex": "^mcfunction$",
			"class-name": "TreeSitterMcfunction"
		}
	],
	"metadata": {
		"version": "0.4.0",
		"license": "ISC",
		"description": "Tree-sitter for the latest version of Minecraft mcfunction syntax",
		"authors": [
			{
				"name": "BubbleFish",
				"email": "daforsastudia@gmail.com",
				"url": "https://bbfh.me/"
			}
		],
		"links": {
			"repository": "https://github.com/bbfh-dev/tree-sitter-mcfunction",
			"funding": "https://opencollective.com/bbfh"
		}
	},
	"bindings": {
		"c": true,
		"go": true,
		"node": true,
		"python": true,
		"rust": true,
		"swift": true,
		"zig": false
	}
}