PT #164318678: Support for Jar sources processing by Boot LS

This commit is contained in:
BoykoAlex
2019-05-01 16:10:50 -04:00
parent 8bf5e1fd23
commit 744ffe074e
4 changed files with 36 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ public class LanguageId {
public static final LanguageId CONCOURSE_PIPELINE = of("concourse-pipeline-yaml");
public static final LanguageId CF_MANIFEST = of("manifest-yaml");
public static final LanguageId JAVA = of("java");
public static final LanguageId CLASS = of("class");
public static final LanguageId YAML = of("yaml");
public static final LanguageId XML = of("xml");