chore: support idl files of cn2en script (#336)

This commit is contained in:
tecvan
2025-07-30 17:50:44 +08:00
committed by GitHub
parent bb74272385
commit ab82507fd2
4 changed files with 12 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ const DEFAULT_CONFIG: AppConfig = {
'yaml', 'yml', 'toml', 'ini', 'conf', 'config',
'sh', 'bash', 'zsh', 'fish', 'py', 'css', 'scss', 'sass', 'less',
'html', 'htm', 'xml', 'php', 'rb', 'rs', 'java', 'c', 'h',
'cpp', 'cxx', 'cc', 'hpp', 'cs'
'cpp', 'cxx', 'cc', 'hpp', 'cs', 'thrift'
],
outputFormat: 'console'
},