Files
MollyAudit/app/constants.py

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'],
}