add Snektron to CODEOWNERS for SPIR-V

This commit is contained in:
Robin Voetter
2023-10-09 19:45:22 +02:00
parent f4064d98e2
commit 245c084726

5
.github/CODEOWNERS vendored
View File

@@ -1,4 +1,4 @@
# Autodoc
# Autodoc
/src/Autodoc.zig @kristoff-it
/src/autodoc/* @kristoff-it
/lib/docs/* @kristoff-it
@@ -11,3 +11,6 @@
# resinator
/src/resinator/* @squeek502
# SPIR-V selfhosted backend
/src/codegen/spirv* @Snektron