Cut out all of the unused ace editor modes; significantly reduces bundle size

This commit is contained in:
Dane Everitt 2020-07-04 22:16:06 -07:00
parent e9f553dede
commit becad7b3c7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 31 additions and 27 deletions

View file

@ -0,0 +1,25 @@
module.exports = {
assembly_x86: 'Assembly (x86)',
c_cpp: 'C++',
coffee: 'Coffeescript',
css: 'CSS',
dockerfile: 'Dockerfile',
golang: 'Go',
html: 'HTML',
ini: 'Ini',
java: 'Java',
javascript: 'Javascript',
json: 'JSON',
kotlin: 'Kotlin',
lua: 'Luascript',
perl: 'Perl',
php: 'PHP',
properties: 'Properties',
python: 'Python',
ruby: 'Ruby',
plain_text: 'Plaintext',
toml: 'TOML',
typescript: 'Typescript',
xml: 'XML',
yaml: 'YAML',
};