mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-10 03:13:29 +08:00
feat: add c language compatibility
This commit is contained in:
@@ -50,6 +50,11 @@ const LANGUAGE_RULES = [
|
||||
markers: ['pom.xml', 'build.gradle', 'build.gradle.kts'],
|
||||
extensions: ['.java']
|
||||
},
|
||||
{
|
||||
type: 'c',
|
||||
markers: [],
|
||||
extensions: ['.c']
|
||||
},
|
||||
{
|
||||
type: 'csharp',
|
||||
markers: [],
|
||||
|
||||
Reference in New Issue
Block a user