From 298352798263bb704dc9a295517319adffd859d3 Mon Sep 17 00:00:00 2001 From: "Sebastian.Chiriac" Date: Mon, 24 Feb 2025 22:52:56 +0100 Subject: [PATCH] Added Evaluation Plugin support for Markdown language (cherry picked from commit 88de4a3e1d5665c564a6a182d7d9da9b30e55607) GitOrigin-RevId: 373ef8132d9938dc69a1edfe31feaa74e04329d0 --- .../evaluation-plugin/core/src/com/intellij/cce/core/Language.kt | 1 + plugins/evaluation-plugin/plugin-content.yaml | 1 + 2 files changed, 2 insertions(+) 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 1ab3f76bd69e..34bee6a9e2e9 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 @@ -27,6 +27,7 @@ enum class Language(val displayName: String, private val extensions: List