mirror of
https://github.com/yv1ing/MollyAudit.git
synced 2025-09-16 14:55:50 +08:00
11 lines
234 B
Python
11 lines
234 B
Python
SUPPORT_LANGUAGE = {
|
|
'c': ['.c'],
|
|
'cpp': ['.cc', '.cpp'],
|
|
'go': ['.go'],
|
|
'php': ['php', 'php3', 'php4', 'php5', 'phtml'],
|
|
'jsp': ['.jsp'],
|
|
'java': ['.java'],
|
|
'python': ['.py'],
|
|
'javascript': ['.js'],
|
|
}
|