diff --git a/home.nix b/home.nix index 832adb0..91b594b 100644 --- a/home.nix +++ b/home.nix @@ -131,6 +131,11 @@ in pattern = [ "*.ua" ]; command = "setfiletype uiua"; } + { + event = "FileType"; + pattern = [ "uiua" ]; + command = "setlocal commentstring=#\\ %s"; + } ]; diagnostic.settings = {