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

@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
'use strict';
import './abap/abap.contribution';
import './bat/bat.contribution';
import './coffee/coffee.contribution';
import './cpp/cpp.contribution';