Thanks for creating this extension!
Out of the box, it maps tab to 4 spaces. But the just examples all use 2 spaces for indentation. So I'm using this for my Zed settings.json to override:
{
"languages": {
"Just": {
"tab_size": 2
}
}
}
Would the extension owner be open to including this setting in the extension itself?