pico-lang 0.0.4

JSON Logic like language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"lldb.launch.sourceLanguages": [
			"cpp",
			"rust"
		]
	}
}