Skip to content

Commit

Permalink
add zig snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Oct 9, 2023
1 parent 830bc56 commit 5aa9cfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/editor/doom/config/snippets/zig-mode/main
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: main
# --

const std = @import("std");
pub fn main() void {

}

0 comments on commit 5aa9cfe

Please sign in to comment.