Skip to content

Commit

Permalink
feat: Indentify metal as Metal Shading Language
Browse files Browse the repository at this point in the history
Metal Programming guide: Metal Tools

> ## File Extension for Metal Shading Language Source Files
>
> For Metal shading language source code file names, you must use the
> .metal file name extension to ensure that the development tools
> (Xcode and the GPU frame debugger) recognize the source files when
> debugging or profiling.
  • Loading branch information
Mészáros Gergely authored and Maetveis committed Feb 18, 2024
1 parent edc8045 commit 9209f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
'md': {'text', 'markdown'},
'mdx': {'text', 'mdx'},
'meson': {'text', 'meson'},
'metal': {'text', 'metal'},
'mib': {'text', 'mib'},
'mjs': {'text', 'javascript'},
'mk': {'text', 'makefile'},
Expand Down

0 comments on commit 9209f67

Please sign in to comment.