index.js 284 B

1234567891011121314151617181920212223242526272829303132
  1. module.exports = [
  2. 'c',
  3. 'coffee',
  4. 'coffeekup',
  5. 'cson',
  6. 'css',
  7. 'eco',
  8. 'haml',
  9. 'hbs',
  10. 'htaccess',
  11. 'htm',
  12. 'html',
  13. 'jade',
  14. 'js',
  15. 'json',
  16. 'less',
  17. 'md',
  18. 'php',
  19. 'phtml',
  20. 'py',
  21. 'rb',
  22. 'rtf',
  23. 'sass',
  24. 'scss',
  25. 'styl',
  26. 'stylus',
  27. 'text',
  28. 'txt',
  29. 'xml',
  30. 'yaml',
  31. 'yml'
  32. ]