Skip to content

Commit 6c0b4c6

Browse files
konardclaude
andcommitted
Add missing programming languages: fish, QuakeC, OpenCL, CUDA
These languages were requested in issue comments and are now added to the DEFAULT_PROGRAMMING_LANGUAGES list to expand bot recognition capabilities. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 4e6925b commit 6c0b4c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
r"X#",
136136
r"NVPTX",
137137
r"Nemerle",
138+
r"fish",
139+
r"QuakeC",
140+
r"OpenCL",
141+
r"CUDA",
138142
]
139143

140144
GITHUB_COPILOT_LANGUAGES = {

0 commit comments

Comments
 (0)