Skip to content

Commit c803d79

Browse files
authored
fix(zig): detect zig object notation files as zig (#1085)
Signed-off-by: oppiliappan <[email protected]>
1 parent bc60826 commit c803d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lexers/embedded/zig.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<name>Zig</name>
44
<alias>zig</alias>
55
<filename>*.zig</filename>
6+
<filename>*.zon</filename>
67
<mime_type>text/zig</mime_type>
78
</config>
89
<rules>

0 commit comments

Comments
 (0)