uiua commentstring autocmd

This commit is contained in:
2025-10-01 15:50:21 +02:00
parent 89ca0f54cb
commit e322b48504

View File

@@ -131,6 +131,11 @@ in
pattern = [ "*.ua" ];
command = "setfiletype uiua";
}
{
event = "FileType";
pattern = [ "uiua" ];
command = "setlocal commentstring=#\\ %s";
}
];
diagnostic.settings = {