diff --git a/syntaxes/WGSL.sublime-syntax b/syntaxes/WGSL.sublime-syntax index 784b0360f8..10ce5d974a 100644 --- a/syntaxes/WGSL.sublime-syntax +++ b/syntaxes/WGSL.sublime-syntax @@ -174,10 +174,10 @@ contexts: # reserved scalar types - match: \b(i64|u64|f64)\b scope: storage.type.wgsl - # vector type aliasses + # vector type aliases - match: \b(vec2i|vec3i|vec4i|vec2u|vec3u|vec4u|vec2f|vec3f|vec4f|vec2h|vec3h|vec4h)\b scope: storage.type.wgsl - # matrix type aliasses + # matrix type aliases - match: \b(mat2x2f|mat2x3f|mat2x4f|mat3x2f|mat3x3f|mat3x4f|mat4x2f|mat4x3f|mat4x4f|mat2x2h|mat2x3h|mat2x4h|mat3x2h|mat3x3h|mat3x4h|mat4x2h|mat4x3h|mat4x4h)\b scope: storage.type.wgsl # vector/matrix types