Skip to content

Commit 8a4a3fe

Browse files
authored
Merge pull request #69 from nektro/patch-1
add f80 and c_longdouble as float types
2 parents 1a4a384 + 4d74b91 commit 8a4a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/Zig.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ repository:
213213
match: '\b(?<!\.)([iu]\d+|[iu]size|comptime_int)\b'
214214

215215
- name: storage.type.float.zig
216-
match: '\b(f16|f32|f64|f128|comptime_float)\b'
216+
match: '\b(f16|f32|f64|f80|f128|c_longdouble|comptime_float)\b'
217217

218218
- name: storage.type.c_compat.zig
219219
match: '\b(c_short|c_ushort|c_int|c_uint|c_long|c_ulong|c_longlong|c_ulonglong|c_longdouble|c_void)\b'

0 commit comments

Comments
 (0)