Skip to content

Commit e67701d

Browse files
committed
add f80 to grammar
1 parent a7d09c3 commit e67701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/zig.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
},
234234
{
235235
"name": "keyword.type.integer.zig",
236-
"match": "\\b(f16|f32|f64|f128|u\\d+|i\\d+|isize|usize|comptime_int|comptime_float)\\b"
236+
"match": "\\b(f16|f32|f64|f80|f128|u\\d+|i\\d+|isize|usize|comptime_int|comptime_float)\\b"
237237
},
238238
{
239239
"name": "keyword.type.c.zig",

0 commit comments

Comments
 (0)