Merge pull request #200 from pgosar/master

add colors for spirv and wgsl shaders
This commit is contained in:
Ryan Delaney 2023-08-17 10:19:32 -04:00 committed by GitHub
commit 7d06cdb4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -615,7 +615,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # core
.dwg 38;5;216 # 3D printing
.ply 38;5;216 # 3D printing
.wrl 38;5;216 # 3D printing
.vert 38;5;136 # SPIR-V shaders
.comp 38;5;136 # SPIR-V shaders
.frag 38;5;136 # SPIR-V shaders
.spv 38;5;217 # SPIR-V compiled shaders
.wgsl 38;5;97 # WGSL shaders
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# unknown / weirdos

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long