Skip to content

Commit

Permalink
Extend Zig icon to ZON files (#81)
Browse files Browse the repository at this point in the history
ZON stands for Zig Object Notation.

Common example in the wild: build.zig.zon
  • Loading branch information
mataha authored Dec 23, 2023
1 parent 600953f commit 08123cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3878,7 +3878,8 @@
"syntaxes": [
{
"extensions": [
"zig"
"zig",
"zon"
],
"name": "Zig",
"scope": "source.zig"
Expand Down
Empty file added tests/build.zig
Empty file.
Empty file added tests/build.zig.zon
Empty file.
Empty file added tests/file_type_zon.zon
Empty file.

0 comments on commit 08123cf

Please sign in to comment.