diff --git a/plugins/evaluation-plugin/core/src/com/intellij/cce/core/Language.kt b/plugins/evaluation-plugin/core/src/com/intellij/cce/core/Language.kt index f5667166df2f..b5abeaf7048f 100644 --- a/plugins/evaluation-plugin/core/src/com/intellij/cce/core/Language.kt +++ b/plugins/evaluation-plugin/core/src/com/intellij/cce/core/Language.kt @@ -1,6 +1,9 @@ // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.cce.core +import com.intellij.cce.core.Language.entries + + enum class Language(val displayName: String, private val extensions: List, val ideaLanguageId: String, val needSdk: Boolean = false, val curlyBracket: Boolean = true) { JAVA("Java", listOf("java"), "JAVA", needSdk = true), @@ -24,6 +27,7 @@ enum class Language(val displayName: String, private val extensions: Listcom.intellij.stats.completion org.intellij.terraform + + com.intellij.database org.jetbrains.completion.full.line