From 69ea05c1d56c348f3a1dfae85a8da5541b7ee2ea Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 11 Sep 2025 10:25:40 +0200 Subject: [PATCH] refactor: zig fmt --- src/file_types.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file_types.zig b/src/file_types.zig index 7bd5fa9..c9c2f7c 100644 --- a/src/file_types.zig +++ b/src/file_types.zig @@ -128,7 +128,7 @@ pub const fish = .{ .highlights = "tree-sitter-fish/queries/highlights.scm", }; -pub const @"fsharp" = .{ +pub const fsharp = .{ .description = "F#", .color = 0x378bba, .icon = "", @@ -254,7 +254,7 @@ pub const commonlisp = .{ .description = "Lisp", .color = 0xFFFFFF, .icon = "", - .extensions = .{"lisp", "ls", "el"}, + .extensions = .{ "lisp", "ls", "el" }, .comment = ";", .highlights = "tree-sitter-scheme/queries/highlights.scm", .parser = scheme.parser,