Merge pull request #72 from larshp/abap

[ABAP] Add ABAP language support
This commit is contained in:
Alexandru Dima 2019-09-19 09:50:06 +02:00 committed by GitHub
commit f67f33d8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 226 additions and 0 deletions

View file

@ -21,6 +21,7 @@ const BUNDLED_FILE_HEADER = [
].join('\n');
bundleOne('monaco.contribution');
bundleOne('abap/abap');
bundleOne('bat/bat');
bundleOne('css/css');
bundleOne('coffee/coffee');