We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda147c commit a02f405Copy full SHA for a02f405
mpp-idea/mpp-idea-exts/nanodsl-lang/src/main/kotlin/cc/unitmesh/nanodsl/language/NanoDSLFileType.kt
@@ -4,7 +4,7 @@ import com.intellij.openapi.fileTypes.LanguageFileType
4
import javax.swing.Icon
5
6
object NanoDSLFileType : LanguageFileType(NanoDSLLanguage) {
7
- override fun getName(): String = "NanoDSL"
+ override fun getName(): String = "NanoDSLFile"
8
9
override fun getDescription(): String = "NanoDSL Language File"
10
0 commit comments