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