Skip to content

Commit

Permalink
Enable GitHub syntax highlighting for file endings.
Browse files Browse the repository at this point in the history
Noted that in #2732, we introduce
several new shader types that are not correctly syntax highlighted in the GitHub
UI. This PR should set syntax highlighting for the new file endings.
  • Loading branch information
tsymalla-AMD committed Oct 17, 2023
1 parent 58ac6b6 commit 525a369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Enable shader syntax highlighting
*.rahit linguist-language=GLSL
*.rcall linguist-language=GLSL
*.rgen linguist-language=GLSL
*.rint linguist-language=GLSL

0 comments on commit 525a369

Please sign in to comment.