Skip to content

Commit

Permalink
add f80 to grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Jun 30, 2022
1 parent a7d09c3 commit e67701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/zig.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
},
{
"name": "keyword.type.integer.zig",
"match": "\\b(f16|f32|f64|f128|u\\d+|i\\d+|isize|usize|comptime_int|comptime_float)\\b"
"match": "\\b(f16|f32|f64|f80|f128|u\\d+|i\\d+|isize|usize|comptime_int|comptime_float)\\b"
},
{
"name": "keyword.type.c.zig",
Expand Down

0 comments on commit e67701d

Please sign in to comment.