mirror of
https://github.com/yv1ing/MollyAudit.git
synced 2025-09-16 14:55:50 +08:00
Refactor code to deprecate text embedding
This commit is contained in:
10
app/constants.py
Normal file
10
app/constants.py
Normal file
@@ -0,0 +1,10 @@
|
||||
SUPPORT_LANGUAGE = {
|
||||
'c': ['.c'],
|
||||
'cpp': ['.cc', '.cpp'],
|
||||
'go': ['.go'],
|
||||
'php': ['php', 'php3', 'php4', 'php5', 'phtml'],
|
||||
'jsp': ['.jsp'],
|
||||
'java': ['.java'],
|
||||
'python': ['.py'],
|
||||
'javascript': ['.js'],
|
||||
}
|
||||
Reference in New Issue
Block a user