Skip to content

Commit

Permalink
Merge pull request #69 from nektro/patch-1
Browse files Browse the repository at this point in the history
add f80 and c_longdouble as float types
  • Loading branch information
alexrp authored Oct 6, 2024
2 parents 1a4a384 + 4d74b91 commit 8a4a3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Zig.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ repository:
match: '\b(?<!\.)([iu]\d+|[iu]size|comptime_int)\b'

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

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

0 comments on commit 8a4a3fe

Please sign in to comment.