Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doup committed Dec 10, 2024
1 parent dceda53 commit 294766b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/WGSL.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 294766b

Please sign in to comment.