We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a4a384 + 4d74b91 commit 8a4a3feCopy full SHA for 8a4a3fe
Syntaxes/Zig.YAML-tmLanguage
@@ -213,7 +213,7 @@ repository:
213
match: '\b(?<!\.)([iu]\d+|[iu]size|comptime_int)\b'
214
215
- name: storage.type.float.zig
216
- match: '\b(f16|f32|f64|f128|comptime_float)\b'
+ match: '\b(f16|f32|f64|f80|f128|c_longdouble|comptime_float)\b'
217
218
- name: storage.type.c_compat.zig
219
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