We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f107a5 commit 84c7897Copy full SHA for 84c7897
Sources/CodeEditLanguages/CodeLanguage.swift
@@ -33,6 +33,9 @@ public struct CodeLanguage {
33
public let tsName: String
34
35
/// A set of file extensions for the language
36
+ ///
37
+ /// In special cases this can also be a file name
38
+ /// (e.g `Dockerfile`, `Makefile`)
39
public let extensions: Set<String>
40
41
/// The query URL of a language this language inherits from. (e.g.: C for C++)
0 commit comments