textExtensions constant
Implementation
static const List<String> textExtensions = [
'.dart',
'.ts',
'.tsx',
'.js',
'.jsx',
'.py',
'.rb',
'.java',
'.kt',
'.swift',
'.go',
'.rs',
'.c',
'.cpp',
'.h',
'.hpp',
'.cs',
'.php',
'.lua',
'.sh',
'.bash',
'.zsh',
'.fish',
'.ps1',
'.bat',
'.cmd',
'.sql',
'.html',
'.css',
'.scss',
'.less',
'.json',
'.yaml',
'.yml',
'.toml',
'.xml',
'.md',
'.txt',
'.csv',
'.log',
'.env',
'.ini',
'.cfg',
'.conf',
'.dockerfile',
'.makefile',
'.gradle',
'.graphql',
'.proto',
];